Skip to content

chore(deps): bump next from 15.5.4 to 16.0.1 #1616

chore(deps): bump next from 15.5.4 to 16.0.1

chore(deps): bump next from 15.5.4 to 16.0.1 #1616

Workflow file for this run

name: Next.js
on:
push:
branches: [ main ]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version-file: package.json
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version-file: package.json
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build