Skip to content

Revert "chore(deps-dev): bump chai from 4.3.10 to 5.0.0 (#123)" (#124) #213

Revert "chore(deps-dev): bump chai from 4.3.10 to 5.0.0 (#123)" (#124)

Revert "chore(deps-dev): bump chai from 4.3.10 to 5.0.0 (#123)" (#124) #213

Workflow file for this run

name: test
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
- run: |
yarn
yarn test