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