Skip to content

fix

fix #2

Workflow file for this run

name: test
on:
- push
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 18
- run: npm ci
- run: npm test