Skip to content

fix CI pipeline

fix CI pipeline #3

Workflow file for this run

name: CI
on:
push:
branches: "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20
- run: npm ci
- run: npm test