Skip to content

⬆️ Bump vitest from 1.6.0 to 2.0.3 in the vite group (#36) #109

⬆️ Bump vitest from 1.6.0 to 2.0.3 in the vite group (#36)

⬆️ Bump vitest from 1.6.0 to 2.0.3 in the vite group (#36) #109

Workflow file for this run

name: Node.js CI
on:
push:
branches: main
pull_request:
branches: main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: 21
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run build --noEmit
- run: pnpm run lint
- run: pnpm run test