Skip to content

Bump vitest from 2.1.4 to 2.1.8 #4

Bump vitest from 2.1.4 to 2.1.8

Bump vitest from 2.1.4 to 2.1.8 #4

Workflow file for this run

name: ESLint CI
on: [push, pull_request]
permissions: {}
jobs:
eslint:
name: ESLint test
runs-on: ubuntu-latest
permissions:
contents: read
strategy:
matrix:
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Enable corepack
run: corepack enable
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Check with ESLint
run: pnpm eslint