Skip to content

Bump eslint-config-next from 16.0.0 to 16.0.1 #66

Bump eslint-config-next from 16.0.0 to 16.0.1

Bump eslint-config-next from 16.0.0 to 16.0.1 #66

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