Skip to content

Commit 1b0bd1e

Browse files
authored
Merge pull request #417 from ember-cli/node-version
updating node for release
2 parents b669f81 + efaf7e2 commit 1b0bd1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
- uses: pnpm/action-setup@v4
5555
- uses: actions/setup-node@v4
5656
with:
57-
node-version: 18
57+
node-version: 22
5858
cache: pnpm
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
@@ -30,7 +30,7 @@ jobs:
3030
- uses: pnpm/action-setup@v4
3131
- uses: actions/setup-node@v4
3232
with:
33-
node-version: 18
33+
node-version: 22
3434
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
3535
registry-url: 'https://registry.npmjs.org'
3636
cache: pnpm

0 commit comments

Comments
 (0)