Skip to content

Commit be0ca95

Browse files
committed
ci: pin pnpm version for release workflow
1 parent 1a54007 commit be0ca95

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
- name: Setup pnpm
2323
uses: pnpm/action-setup@v4
24+
with:
25+
version: 10.33.0
2426

2527
- name: Setup Node.js
2628
uses: actions/setup-node@v4

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"scripts": {
2222
"release": "semantic-release"
2323
},
24+
"packageManager": "pnpm@10.33.0",
2425
"devDependencies": {
2526
"@semantic-release/changelog": "^6.0.3",
2627
"@semantic-release/commit-analyzer": "^13.0.1",

0 commit comments

Comments
 (0)