Skip to content

Update ci.yaml

Update ci.yaml #92

Workflow file for this run

on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm i -g pnpm
- run: pnpm i
- name: Run tests
run: npm test