We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a54007 commit be0ca95Copy full SHA for be0ca95
2 files changed
.github/workflows/release.yml
@@ -21,6 +21,8 @@ jobs:
21
22
- name: Setup pnpm
23
uses: pnpm/action-setup@v4
24
+ with:
25
+ version: 10.33.0
26
27
- name: Setup Node.js
28
uses: actions/setup-node@v4
package.json
@@ -21,6 +21,7 @@
"scripts": {
"release": "semantic-release"
},
+ "packageManager": "pnpm@10.33.0",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
0 commit comments