Skip to content

macfilter の "action" と "on" のデフォルト値を埋める。 #208

macfilter の "action" と "on" のデフォルト値を埋める。

macfilter の "action" と "on" のデフォルト値を埋める。 #208

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20, 22]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: npm install and test
run: |
npm ci
npm test