Skip to content

build(deps-dev): Bump vitest from 4.0.18 to 4.1.6 #48

build(deps-dev): Bump vitest from 4.0.18 to 4.1.6

build(deps-dev): Bump vitest from 4.0.18 to 4.1.6 #48

Workflow file for this run

name: PR checks
on: pull_request
permissions:
contents: read
jobs:
checks:
runs-on: ubuntu-slim
strategy:
fail-fast: false
matrix:
command:
- build
- test
- lint
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci
- name: Run ${{ matrix.command }}
run: npm run ${{ matrix.command }}