Skip to content

Commit a387ea4

Browse files
committed
fix(ci): use the workspace pnpm version
Remove duplicate action-level pnpm pins so CI derives its version from repository packageManager metadata and cannot drift from local builds.
1 parent fe6613d commit a387ea4

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/actions/setup-repository/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ runs:
1717
RELEASE_SHA: ${{ inputs.release-sha }}
1818
run: test "$(git rev-parse HEAD)" = "$RELEASE_SHA"
1919
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
20-
with:
21-
version: 11.8.0
2220
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
2321
with:
2422
node-version: 22.22.2

.github/workflows/static-checks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
24-
with:
25-
version: 11.8.0
2624
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
2725
with:
2826
node-version: 22.22.2

0 commit comments

Comments
 (0)