Skip to content

chore(deps): bump next from 14.2.7 to 14.2.8 #655

chore(deps): bump next from 14.2.7 to 14.2.8

chore(deps): bump next from 14.2.7 to 14.2.8 #655

Workflow file for this run

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