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.
1 parent cae2545 commit e67cda0Copy full SHA for e67cda0
.github/workflows/plan-release.yml
@@ -52,11 +52,9 @@ jobs:
52
fetch-depth: 0
53
ref: 'main'
54
- uses: pnpm/action-setup@v4
55
- with:
56
- version: 9
57
- uses: actions/setup-node@v4
58
with:
59
- node-version: 18
+ node-version: 22
60
cache: pnpm
61
- run: pnpm install --frozen-lockfile
62
- name: "Generate Explanation and Prep Changelogs"
.github/workflows/publish.yml
@@ -29,11 +29,9 @@ jobs:
29
steps:
30
- uses: actions/checkout@v4
31
32
33
34
35
36
37
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
38
registry-url: 'https://registry.npmjs.org'
39
0 commit comments