Skip to content

fix(deps): update else #1266

fix(deps): update else

fix(deps): update else #1266

Workflow file for this run

name: test
on:
pull_request:
push:
branches: [master]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn validator
- run: yarn test
- run: yarn build