Skip to content

Commit f06a2fb

Browse files
Merge pull request #1728 from glimmerjs/set-node-version-to-22
Set node-version to 22 in plan-release/publish
2 parents 542d4f0 + fda31c1 commit f06a2fb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/plan-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
- uses: pnpm/action-setup@v4
5555
- uses: actions/setup-node@v4
5656
with:
57+
node-version: 22
5758
cache: pnpm
5859
- run: pnpm install --frozen-lockfile
5960
- name: "Generate Explanation and Prep Changelogs"

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- uses: pnpm/action-setup@v4
3232
- uses: actions/setup-node@v4
3333
with:
34+
node-version: 22
3435
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
3536
registry-url: 'https://registry.npmjs.org'
3637
cache: pnpm

0 commit comments

Comments
 (0)