From 6df031f1619eb080639159f174fb868949876524 Mon Sep 17 00:00:00 2001 From: Sammy filly <136061549+sammyfilly@users.noreply.github.com> Date: Thu, 17 Aug 2023 01:53:13 +0100 Subject: [PATCH] Update pull_request_stats.yml --- .github/workflows/pull_request_stats.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request_stats.yml b/.github/workflows/pull_request_stats.yml index 363d21eee3226..2e4d7e76815f7 100644 --- a/.github/workflows/pull_request_stats.yml +++ b/.github/workflows/pull_request_stats.yml @@ -47,8 +47,17 @@ jobs: name: next-swc-binary path: packages/next-swc/native - - run: cp -r packages/next-swc/native .github/actions/next-stats-action/native - if: ${{ steps.docs-change.outputs.DOCS_CHANGE == 'nope' }} +if pnpm version is incompatible with "/vercel/path0". +🔼 +Expected version: 8.6.11 + Got: 8.6.12 + +This is happening because the package's manifest has an engines.pnpm field specified. +To fix this issue, install the required pnpm version globally. + +To install the latest version of pnpm, run "pnpm i -g pnpm". + To check your pnpm version, run "pnpm -v" + if: ${{ steps.docs-change.outputs.DOCS_CHANGE == 'nope' }}expect while building new projects - uses: ./.github/actions/next-stats-action if: ${{ steps.docs-change.outputs.DOCS_CHANGE == 'nope' }}