From adfcd23c8b40689c8efd9c25c772966e2b2a6c50 Mon Sep 17 00:00:00 2001 From: Krish Date: Fri, 11 Sep 2026 10:46:17 -0700 Subject: [PATCH] Fix Next.js prebuild dependency install --- .../workflows/faster-template-prebuild-boilerplate-nextjs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/faster-template-prebuild-boilerplate-nextjs.yml b/.github/workflows/faster-template-prebuild-boilerplate-nextjs.yml index c0f3163e63..5edfd45a3c 100644 --- a/.github/workflows/faster-template-prebuild-boilerplate-nextjs.yml +++ b/.github/workflows/faster-template-prebuild-boilerplate-nextjs.yml @@ -22,6 +22,7 @@ jobs: - run: | node --version npm --version + corepack enable pnpm - run: | npm install -g vercel@latest @@ -29,7 +30,7 @@ jobs: - working-directory: ./framework-boilerplates/nextjs run: | - npm ci + pnpm install --frozen-lockfile env: NPM_CONFIG_LOGLEVEL: http