File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- 22.17 .0
1+ 24.11 .0
Original file line number Diff line number Diff line change 1- ARG BASE_VERSION=22 -alpine3.21
1+ ARG BASE_VERSION=24 -alpine3.21
22
33# ### Base Image with Node.js
44FROM --platform=$BUILDPLATFORM node:${BASE_VERSION} AS alpine-nodejs
You can’t perform that action at this time.
0 commit comments