Skip to content

Bump vitest from 4.1.4 to 4.1.5 (#483) #993

Bump vitest from 4.1.4 to 4.1.5 (#483)

Bump vitest from 4.1.4 to 4.1.5 (#483) #993

Workflow file for this run

name: Lint
permissions:
contents: read
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22
- run: npm i
- run: npm run lint