Skip to content

Commit

Permalink
Update pull_request_stats.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
X-oss-byte authored Aug 17, 2023
1 parent c377378 commit 6df031f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/pull_request_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}

0 comments on commit 6df031f

Please sign in to comment.