Skip to content

Commit

Permalink
fix inconsistency with pnpm lockfile (#55440)
Browse files Browse the repository at this point in the history
### What?

update pnpm in trigger-release

### Why?

It generates a slightly different lockfile than developer's tooling
does, causing unnecessary changes to the precompiled files


Closes WEB-1579
  • Loading branch information
sokra authored Sep 18, 2023
1 parent 2edd564 commit eeba026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ jobs:
steps:
- name: Setup node
uses: actions/setup-node@v3
if: ${{ steps.docs-change.outputs.docsChange == 'nope' }}
with:
node-version: 18
check-latest: true
- run: corepack enable

- run: git clone https://github.com/vercel/next.js.git --depth=25 .

Expand All @@ -56,6 +54,8 @@ jobs:
- name: tune linux network
run: sudo ethtool -K eth0 tx off rx off

- run: corepack enable && pnpm --version

- id: get-store-path
run: echo STORE_PATH=$(pnpm store path) >> $GITHUB_OUTPUT

Expand Down

0 comments on commit eeba026

Please sign in to comment.