Skip to content

Bump eslint-config-next from 14.2.32 to 15.5.15 #718

Bump eslint-config-next from 14.2.32 to 15.5.15

Bump eslint-config-next from 14.2.32 to 15.5.15 #718

Workflow file for this run

name: JavaScript / TypeScript - Test Coverage
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [24.x]
steps:
- uses: actions/checkout@v6
- name: Coverage Tests with Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --production=false
- run: yarn test:coverage
env:
CI: true