Skip to content

Bump next from 16.2.3 to 16.2.6 in the npm_and_yarn group across 1 directory #22

Bump next from 16.2.3 to 16.2.6 in the npm_and_yarn group across 1 directory

Bump next from 16.2.3 to 16.2.6 in the npm_and_yarn group across 1 directory #22

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: '21'
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint