Skip to content

chore(deps): bump next from 16.0.9 to 16.0.10 (#1074) #1634

chore(deps): bump next from 16.0.9 to 16.0.10 (#1074)

chore(deps): bump next from 16.0.9 to 16.0.10 (#1074) #1634

Workflow file for this run

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