Skip to content

chore: bump version to v0.5.3 #28

chore: bump version to v0.5.3

chore: bump version to v0.5.3 #28

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.1.1
run_install: true
- uses: actions/setup-node@v3
with:
node-version: 19.8.1
cache: pnpm
- run: pnpm lint
- run: pnpm t