Skip to content

Bump eslint-config-next from 14.2.15 to 15.0.0 #13

Bump eslint-config-next from 14.2.15 to 15.0.0

Bump eslint-config-next from 14.2.15 to 15.0.0 #13

Workflow file for this run

name: Build & Test
on: push
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- run: npm ci