Skip to content

chore(deps): bump next from 14.2.4 to 14.2.5 #326

chore(deps): bump next from 14.2.4 to 14.2.5

chore(deps): bump next from 14.2.4 to 14.2.5 #326

Workflow file for this run

name: Lint using Next.js with ESLint
on: push
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run lint