Skip to content

Commit 149aa87

Browse files
fix(ci): align autofix pnpm setup with webclient CI pattern
- Add version: 10.14.0 back (needed for pnpm/action-setup to install the correct version) - Remove sha512 hash from tests/package.json packageManager to avoid version mismatch with the action's version parameter - Use run_install + package_json_file to match the working webclient CI Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 822ce99 commit 149aa87

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/autofix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
- name: Setup | pnpm
6565
uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0
6666
with:
67+
version: 10.14.0
6768
package_json_file: tests/package.json
6869
run_install: |
6970
- cwd: tests
@@ -114,6 +115,7 @@ jobs:
114115
- name: Setup | pnpm
115116
uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0
116117
with:
118+
version: 10.14.0
117119
package_json_file: webclient/package.json
118120
run_install: |
119121
- cwd: webclient

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"engines": {
3434
"node": ">=18"
3535
},
36-
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
36+
"packageManager": "pnpm@10.14.0"
3737
}

0 commit comments

Comments
 (0)