Skip to content

Update README.md

Update README.md #48

Workflow file for this run

name: npm test
on: push
jobs:
run-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm install
- run: npm run compile
- run: npm test