Skip to content

move to workflow

move to workflow #1

Workflow file for this run

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
- run: npm test