Skip to content

build(deps): bump next from 15.2.3 to 15.4.7 in the npm_and_yarn group across 1 directory #33

build(deps): bump next from 15.2.3 to 15.4.7 in the npm_and_yarn group across 1 directory

build(deps): bump next from 15.2.3 to 15.4.7 in the npm_and_yarn group across 1 directory #33

Workflow file for this run

name: Build CI
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: latest
- name: Build project
run: |
pnpm install
pnpm build