Skip to content

Bump eslint from 10.6.0 to 10.7.0 #2805

Bump eslint from 10.6.0 to 10.7.0

Bump eslint from 10.6.0 to 10.7.0 #2805

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
tags-ignore:
- 'v*'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: ['20', '22', '24']
steps:
- uses: actions/checkout@v7
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm lint
- run: pnpm test run