Skip to content

Commit b4cea18

Browse files
chore(deps): update node.js to v24.7.0 (CycloneDX#2214)
* chore(deps): update node.js to v24.7.0 * Updated ALL locations for Node.js Signed-off-by: Roland Asmann <[email protected]> --------- Signed-off-by: Roland Asmann <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Roland Asmann <[email protected]>
1 parent d9a6008 commit b4cea18

27 files changed

+39
-39
lines changed

.github/workflows/binary-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
os: [ darwin, linux, windows ]
4949
arch: [ amd64, arm64]
5050
libc: [ gnu, musl ]
51-
node: [ 24.6.0 ]
51+
node: [ 24.7.0 ]
5252
exclude:
5353
# musl can only be built on linux
5454
- os: darwin
@@ -85,7 +85,7 @@ jobs:
8585
- libc: musl
8686
image: alpine:3.16
8787
libc-suffix: -musl
88-
node-download-url: https://raw.githubusercontent.com/appthreat/nodejs-unofficial-builds/master/dists/
88+
node-download-url: https://raw.githubusercontent.com/appthreat/nodejs-unofficial-builds/main/dists/
8989
prepare: |
9090
apk add --no-cache bash curl libstdc++
9191
# Set the commands & file-extensions

.github/workflows/dockertests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: true
2727
matrix:
2828
os: ['ubuntu-24.04', 'ubuntu-24.04-arm']
29-
node-version: ['24.6.0']
29+
node-version: ['24.7.0']
3030
runs-on: ${{ matrix.os }}
3131
steps:
3232
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -88,7 +88,7 @@ jobs:
8888
fail-fast: true
8989
matrix:
9090
os: ['ubuntu-24.04', 'ubuntu-24.04-arm']
91-
node-version: ['24.6.0']
91+
node-version: ['24.7.0']
9292
runs-on: ${{ matrix.os }}
9393
steps:
9494
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -123,7 +123,7 @@ jobs:
123123
strategy:
124124
fail-fast: true
125125
matrix:
126-
node-version: ['24.6.0']
126+
node-version: ['24.7.0']
127127
os: [ubuntu-24.04, ubuntu-24.04-arm]
128128
runs-on: ${{ matrix.os }}
129129
steps:
@@ -157,7 +157,7 @@ jobs:
157157
strategy:
158158
fail-fast: true
159159
matrix:
160-
node-version: ['24.6.0']
160+
node-version: ['24.7.0']
161161
steps:
162162
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
163163
with:

.github/workflows/java-reachables-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
java-version: ['24']
29-
node-version: ['24.6.0']
29+
node-version: ['24.7.0']
3030
os: ['ubuntu-24.04']
3131
runs-on: ${{ matrix.os }}
3232
steps:

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
strategy:
102102
fail-fast: false
103103
matrix:
104-
node-version: ['20', '21', '22', '23', '24.6.0']
104+
node-version: ['20', '21', '22', '23', '24.7.0']
105105
os: ['ubuntu-22.04', 'ubuntu-24.04', 'windows-latest', 'windows-11-arm', 'ubuntu-22.04-arm', 'ubuntu-24.04-arm', 'macos-15', 'macos-latest']
106106
runs-on: ${{ matrix.os }}
107107
steps:
@@ -125,7 +125,7 @@ jobs:
125125
strategy:
126126
fail-fast: true
127127
matrix:
128-
node-version: ['24.6.0']
128+
node-version: ['24.7.0']
129129
os: [windows, macos, ubuntu]
130130
deno_version: [2.x]
131131
include:

.github/workflows/npm-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Use Node.js
3030
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3131
with:
32-
node-version: '24.6.0'
32+
node-version: '24.7.0'
3333
registry-url: https://registry.npmjs.org/
3434
- name: Release npm package
3535
if: startsWith(github.ref, 'refs/tags/')
@@ -180,7 +180,7 @@ jobs:
180180
- name: Use Node.js
181181
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
182182
with:
183-
node-version: '24.6.0'
183+
node-version: '24.7.0'
184184
registry-url: https://registry.npmjs.org/
185185
- uses: oras-project/setup-oras@8d34698a59f5ffe24821f0b48ab62a3de8b64b20 # v1.2.3
186186
- name: Free disk space
@@ -262,7 +262,7 @@ jobs:
262262
- name: Use Node.js
263263
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
264264
with:
265-
node-version: '24.6.0'
265+
node-version: '24.7.0'
266266
registry-url: https://registry.npmjs.org/
267267
- uses: oras-project/setup-oras@8d34698a59f5ffe24821f0b48ab62a3de8b64b20 # v1.2.3
268268
- name: Free disk space
@@ -331,7 +331,7 @@ jobs:
331331
- name: Use Node.js
332332
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
333333
with:
334-
node-version: '24.6.0'
334+
node-version: '24.7.0'
335335
registry-url: https://registry.npmjs.org/
336336
- uses: oras-project/setup-oras@8d34698a59f5ffe24821f0b48ab62a3de8b64b20 # v1.2.3
337337
- name: Free disk space
@@ -399,7 +399,7 @@ jobs:
399399
- name: Use Node.js
400400
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
401401
with:
402-
node-version: '24.6.0'
402+
node-version: '24.7.0'
403403
registry-url: https://registry.npmjs.org/
404404
- uses: oras-project/setup-oras@8d34698a59f5ffe24821f0b48ab62a3de8b64b20 # v1.2.3
405405
- name: Free disk space
@@ -450,7 +450,7 @@ jobs:
450450
- name: Use Node.js
451451
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
452452
with:
453-
node-version: '24.6.0'
453+
node-version: '24.7.0'
454454
registry-url: https://registry.npmjs.org/
455455
- uses: oras-project/setup-oras@8d34698a59f5ffe24821f0b48ab62a3de8b64b20 # v1.2.3
456456
- name: Free disk space

.github/workflows/nydus-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
java-version: ['24']
20-
node-version: ['24.6.0']
20+
node-version: ['24.7.0']
2121
os: ['ubuntu-latest']
2222
runs-on: ${{ matrix.os }}
2323
steps:

.github/workflows/python-atom-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
java-version: ['24']
29-
node-version: ['24.6.0']
29+
node-version: ['24.7.0']
3030
os: ['ubuntu-24.04']
3131
runs-on: ${{ matrix.os }}
3232
steps:

.github/workflows/repotests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
env:
2121
NEXUS_URL: http://100.73.146.80:8081/repository/npm/
22-
NODE_VERSION: 24.6.0
22+
NODE_VERSION: 24.7.0
2323

2424
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
2525
permissions: {}
@@ -178,7 +178,7 @@ jobs:
178178
fail-fast: true
179179
matrix:
180180
java-version: ['24']
181-
node-version: ['24.6.0']
181+
node-version: ['24.7.0']
182182
os: ['self-hosted-ubuntu', 'ubuntu-24.04-arm', 'windows-latest', 'macos-15']
183183
runs-on: ${{ matrix.os }}
184184
steps:
@@ -968,7 +968,7 @@ jobs:
968968
fail-fast: true
969969
matrix:
970970
java-version: ['24']
971-
node-version: ['24.6.0']
971+
node-version: ['24.7.0']
972972
os: ['ubuntu-24.04', 'ubuntu-24.04-arm', 'macos-15']
973973
runs-on: ${{ matrix.os }}
974974
env:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.6.0
1+
24.7.0

ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG MAVEN_VERSION=3.9.10
1111
ARG GRADLE_VERSION=8.14.2
1212
ARG GO_VERSION=1.25.0
1313
# renovate: datasource=docker depName=node
14-
ARG NODE_VERSION=24.6.0
14+
ARG NODE_VERSION=24.7.0
1515
ARG RUBY_VERSION=3.4.5
1616
ARG JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF-8"
1717
ARG SCALA_VERSION=3.7.1

0 commit comments

Comments
 (0)