There was an error while loading. Please reload this page.
1 parent a4804bd commit 7f97648Copy full SHA for 7f97648
2 files changed
.github/workflows/plan-release.yml
@@ -54,7 +54,7 @@ jobs:
54
ref: 'main'
55
- uses: actions/setup-node@v4
56
with:
57
- node-version: 18
+ node-version: 22
58
- uses: pnpm/action-setup@v4
59
- run: pnpm install --frozen-lockfile
60
- name: "Generate Explanation and Prep Changelogs"
.github/workflows/publish.yml
@@ -46,7 +46,7 @@ jobs:
46
- uses: actions/checkout@v4
47
48
49
50
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
51
registry-url: 'https://registry.npmjs.org'
52
0 commit comments