ci: fix build
This commit is contained in:
parent
977c863548
commit
090ed1f6fe
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Check Next.js Build
|
||||
name: Check Next.js Build
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -17,15 +17,14 @@ 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
|
||||
|
||||
- name: Build Next.js app
|
||||
run: pnpm run build
|
||||
run: pnpm run build
|
||||
|
Loading…
x
Reference in New Issue
Block a user