Skip to content

Commit 6426a2b

Browse files
Update Node.js
1 parent 85ed931 commit 6426a2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/plan-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
ref: 'main'
5555
- uses: actions/setup-node@v4
5656
with:
57-
node-version: 18
57+
node-version: 22
5858
- uses: pnpm/action-setup@v4
5959
- run: pnpm install --frozen-lockfile
6060
- name: "Generate Explanation and Prep Changelogs"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v4
4747
- uses: actions/setup-node@v4
4848
with:
49-
node-version: 18
49+
node-version: 22
5050
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
5151
registry-url: 'https://registry.npmjs.org'
5252
- uses: pnpm/action-setup@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"node": ">=20"
6161
},
6262
"volta": {
63-
"node": "22.17.1",
63+
"node": "22.20.0",
6464
"pnpm": "10.13.1"
6565
},
6666
"directories": {

0 commit comments

Comments
 (0)