There was an error while loading. Please reload this page.
1 parent 1c72463 commit c2b243cCopy full SHA for c2b243c
1 file changed
.github/workflows/publish-release.yaml
@@ -14,6 +14,9 @@ jobs:
14
steps:
15
- name: Setup pnpm
16
uses: pnpm/action-setup@v4
17
+ with:
18
+ version: 10.23.0 # Aligned with "packageManager" in package.json.
19
+ run_install: false
20
21
- name: Setup Node.js Environment
22
uses: actions/setup-node@v4
0 commit comments