We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 542d4f0 + fda31c1 commit f06a2fbCopy full SHA for f06a2fb
.github/workflows/plan-release.yml
@@ -54,6 +54,7 @@ jobs:
54
- uses: pnpm/action-setup@v4
55
- uses: actions/setup-node@v4
56
with:
57
+ node-version: 22
58
cache: pnpm
59
- run: pnpm install --frozen-lockfile
60
- name: "Generate Explanation and Prep Changelogs"
.github/workflows/publish.yml
@@ -31,6 +31,7 @@ jobs:
31
32
33
34
35
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
36
registry-url: 'https://registry.npmjs.org'
37
0 commit comments