Skip to content

Update vitest to ^4.0.0 (#26) #206

Update vitest to ^4.0.0 (#26)

Update vitest to ^4.0.0 (#26) #206

Workflow file for this run

name: Build, format, test and publish
on:
pull_request:
push:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- uses: actions/[email protected]
with:
node-version: 22.x
- run: pnpm install
- run: pnpm build
- run: pnpm lint
- run: pnpm test
- run: pnpm dlx pkg-pr-new publish --pnpm --compact