Skip to content

Commit 984f5b3

Browse files
committed
fix: remove setup-node cache to avoid pnpm lockfile v9 incompatibility
- Disabled setup-node cache parameter that was causing pnpm store path errors - The pnpm-lock.yaml uses lockfileVersion 9.0 which is incompatible with setup-node cache - Manual 'Restore cache' step already handles Next.js build cache - This resolves: ERROR packages field missing or empty
1 parent 1b1c2f8 commit 984f5b3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/nextjs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
uses: actions/setup-node@v4
5757
with:
5858
node-version: "20"
59-
cache: ${{ steps.detect-package-manager.outputs.manager }}
6059
- name: Setup Pages
6160
uses: actions/configure-pages@v5
6261
with:

0 commit comments

Comments
 (0)