Skip to content

Commit 34f4baa

Browse files
committed
fix(ci): pin pnpm version in release workflow
1 parent 2167a78 commit 34f4baa

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ on:
4545
pnpm_version:
4646
required: false
4747
type: string
48-
default: "10"
48+
default: "10.28.0"
4949

5050
copy_readme:
5151
required: false

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
package_json_path: packages/app/package.json
2323
pnpm_filter: ./packages/app
2424
bump_type: patch
25+
pnpm_version: 10.28.0
2526
publish_npm: true
2627
publish_github_packages: true
2728
secrets: inherit

0 commit comments

Comments
 (0)