We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ab298e + 0c18e54 commit ae5b971Copy full SHA for ae5b971
.github/workflows/plan-release.yml
@@ -57,7 +57,7 @@ jobs:
57
node-version: 18
58
- uses: pnpm/action-setup@v4
59
with:
60
- version: 9
+ version: 8.5
61
- run: pnpm install --frozen-lockfile
62
- name: "Generate Explanation and Prep Changelogs"
63
id: explanation
.github/workflows/publish.yml
@@ -51,7 +51,7 @@ jobs:
51
registry-url: 'https://registry.npmjs.org'
52
53
54
+ version: 8.5.0
55
56
- name: npm publish
run: pnpm release-plan publish
.github/workflows/release.yml
0 commit comments