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