Skip to content

seil8 のバージョン番号を 3.20 に上げる。 #200

seil8 のバージョン番号を 3.20 に上げる。

seil8 のバージョン番号を 3.20 に上げる。 #200

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20]
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