Skip to content

Bump @next/third-parties from 15.1.7 to 16.2.2 #22

Bump @next/third-parties from 15.1.7 to 16.2.2

Bump @next/third-parties from 15.1.7 to 16.2.2 #22

Workflow file for this run

name: Build
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Prepare repository
run: git fetch --unshallow --tags
- name: Install Node.js
uses: actions/setup-node@v6
with:
node-version: 20
- name: Setup bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install