Skip to content

bump version

bump version #4

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn tsc
- run: yarn lint
- run: yarn build
- run: yarn tsd