Skip to content

Commit 0eee489

Browse files
Update Node.js to v24
1 parent 01845fb commit 0eee489

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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: 24
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
@@ -31,7 +31,7 @@ jobs:
3131
- uses: pnpm/action-setup@v4
3232
- uses: actions/setup-node@v4
3333
with:
34-
node-version: 18
34+
node-version: 24
3535
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
3636
registry-url: 'https://registry.npmjs.org'
3737
cache: pnpm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"yarn": "use pnpm"
3232
},
3333
"volta": {
34-
"node": "20.12.2",
34+
"node": "24.12.0",
3535
"pnpm": "8.15.8"
3636
},
3737
"pnpm": {

test-embroider-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,6 @@
153153
]
154154
},
155155
"volta": {
156-
"node": "20.12.2"
156+
"node": "24.12.0"
157157
}
158158
}

0 commit comments

Comments
 (0)