Skip to content

seen the error, changed it back #21

seen the error, changed it back

seen the error, changed it back #21

# This workflow will run tests using node
name: Node.js Package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test