Skip to content

build(deps): bump next from 16.1.6 to 16.1.7 in /examples/nextjs in the npm_and_yarn group across 1 directory #6297

build(deps): bump next from 16.1.6 to 16.1.7 in /examples/nextjs in the npm_and_yarn group across 1 directory

build(deps): bump next from 16.1.6 to 16.1.7 in /examples/nextjs in the npm_and_yarn group across 1 directory #6297

Workflow file for this run

name: build
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci --prefer-offline
- name: Build package
run: npm run build
- name: Run benchmark
run: npm run benchmark