Skip to content

Update nextjs monorepo to v14.2.23 #2083

Update nextjs monorepo to v14.2.23

Update nextjs monorepo to v14.2.23 #2083

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
test:
name: Run lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 20
cache: npm
- run: npm i
- run: npm run lint --max-warnings=0