Skip to content

fix: deps issues

fix: deps issues #61

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Environment Information
run: npx envinfo
- run: yarn
- name: Run build
run: yarn build
- name: Run Test
run: yarn test