Skip to content

Commit e33cd3e

Browse files
chore(deps): update node.js to v24
1 parent cc0e9fb commit e33cd3e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
- name: Setup Node 20
217217
uses: actions/setup-node@v4
218218
with:
219-
node-version: 20
219+
node-version: 24
220220

221221
- name: Smoke Test Modern Bundle
222222
if: ${{ !contains(github.event.head_commit.message, '[skip test]') }}
@@ -235,7 +235,7 @@ jobs:
235235
if: ${{ !contains(matrix.os, 'macos-14') && !contains(matrix.os, 'macos-15') }}
236236
uses: actions/setup-node@v4
237237
with:
238-
node-version: 12
238+
node-version: 24
239239
- name: Smoke Test Legacy Bundle
240240
run: |
241241
node ./dist/legacy/setup-cpp.js --help

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.17.0
1+
24.11.0

dev/docker/ci/alpine.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_VERSION=22-alpine3.21
1+
ARG BASE_VERSION=24-alpine3.21
22

33
#### Base Image with Node.js
44
FROM --platform=$BUILDPLATFORM node:${BASE_VERSION} AS alpine-nodejs

0 commit comments

Comments
 (0)