Skip to content

chore: bump v2.0.1

chore: bump v2.0.1 #73

Workflow file for this run

on: pull_request
jobs:
lint_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: '20.11'
- run: yarn
- run: yarn lint:check
- run: yarn test
- run: yarn build