Skip to content

fixes and README.md

fixes and README.md #4

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