Skip to content

Commit e67cda0

Browse files
Fix node/pnpm versions
1 parent cae2545 commit e67cda0

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/plan-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,9 @@ jobs:
5252
fetch-depth: 0
5353
ref: 'main'
5454
- uses: pnpm/action-setup@v4
55-
with:
56-
version: 9
5755
- uses: actions/setup-node@v4
5856
with:
59-
node-version: 18
57+
node-version: 22
6058
cache: pnpm
6159
- run: pnpm install --frozen-lockfile
6260
- name: "Generate Explanation and Prep Changelogs"

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131
- uses: pnpm/action-setup@v4
32-
with:
33-
version: 9
3432
- uses: actions/setup-node@v4
3533
with:
36-
node-version: 18
34+
node-version: 22
3735
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
3836
registry-url: 'https://registry.npmjs.org'
3937
cache: pnpm

0 commit comments

Comments
 (0)