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:
push:
@ -17,12 +17,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 24
cache: 'pnpm'
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 10
- name: Install dependencies
run: pnpm install --frozen-lockfile