Skip to content

chore(deps): bump next from 14.2.3 to 14.2.10 #16

chore(deps): bump next from 14.2.3 to 14.2.10

chore(deps): bump next from 14.2.3 to 14.2.10 #16

Workflow file for this run

name: Lint (node)
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: npm ci
- name: Run lint checks
run: npm run lint