ci: fix build

This commit is contained in:
Konstantin Zhigaylo 2025-06-24 18:14:02 +03:00 committed by GitHub
parent 977c863548
commit 090ed1f6fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
name: Check Next.js Build name: Check Next.js Build
on: on:
push: push:
@ -17,15 +17,14 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 24 node-version: 24
cache: 'pnpm'
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v3 uses: pnpm/action-setup@v3
with: with:
version: 8 version: 10
- name: Install dependencies - name: Install dependencies
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile
- name: Build Next.js app - name: Build Next.js app
run: pnpm run build run: pnpm run build