Skip to content

Bump next from 16.2.1 to 16.2.3 in the npm_and_yarn group across 1 directory #116687

Bump next from 16.2.1 to 16.2.3 in the npm_and_yarn group across 1 directory

Bump next from 16.2.1 to 16.2.3 in the npm_and_yarn group across 1 directory #116687

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Use Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: 'lts/*'
check-latest: true
package-manager-cache: false
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
name: Install pnpm
id: pnpm-install
with:
run_install: |
- recursive: true
args: [--no-frozen-lockfile]
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
- name: build
run: pnpm -r build