Skip to content

Merge pull request #4 from hata6502/dependabot/npm_and_yarn/follow-re… #22

Merge pull request #4 from hata6502/dependabot/npm_and_yarn/follow-re…

Merge pull request #4 from hata6502/dependabot/npm_and_yarn/follow-re… #22

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
- run: npm ci
- run: npm test