Skip to content

Commit 281b766

Browse files
committed
fix: update pnpm version to 10 to match lockfile format
- Changed pnpm version from 9 to 10 in workflow - Added run_install: false to prevent automatic installation - Local environment uses pnpm 10.24.0 which generated the lockfile - Resolves: ERROR packages field missing or empty during pnpm install
1 parent 984f5b3 commit 281b766

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/nextjs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
- name: Install pnpm
3535
uses: pnpm/action-setup@v4
3636
with:
37-
version: 9
37+
version: 10
38+
run_install: false
3839
- name: Detect package manager
3940
id: detect-package-manager
4041
run: |

0 commit comments

Comments
 (0)