Skip to content

Commit b873721

Browse files
authored
Merge pull request #1000 from crazy-max/node24
update to node 24
2 parents 4af1413 + a0a3952 commit b873721

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
security-events: write
1313

1414
env:
15-
NODE_VERSION: 20
15+
NODE_VERSION: "24"
1616

1717
jobs:
1818
analyze:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- 'v*'
1515

1616
env:
17-
NODE_VERSION: "24" # at least Node 24 is required for Trusted Publishing with OIDC
17+
NODE_VERSION: "24"
1818

1919
jobs:
2020
publish:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- '.github/*-releases.json'
1515

1616
env:
17-
NODE_VERSION: "20"
17+
NODE_VERSION: "24"
1818
BUILDX_VERSION: "v0.32.0-rc2"
1919
BUILDKIT_IMAGE: "moby/buildkit:v0.28.0-rc2"
2020

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG NODE_VERSION=20
17+
ARG NODE_VERSION=24
1818
ARG DOCKER_VERSION=29.2
1919
ARG BUILDX_VERSION=0.32.0-rc2
2020
ARG COMPOSE_VERSION=2.39.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@types/gunzip-maybe": "^1.4.3",
7171
"@types/he": "^1.2.3",
7272
"@types/js-yaml": "^4.0.9",
73-
"@types/node": "^20.19.35",
73+
"@types/node": "^24.11.0",
7474
"@types/semver": "^7.7.1",
7575
"@types/tar-stream": "^3.1.4",
7676
"@types/tmp": "^0.2.6",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ __metadata:
386386
"@types/gunzip-maybe": "npm:^1.4.3"
387387
"@types/he": "npm:^1.2.3"
388388
"@types/js-yaml": "npm:^4.0.9"
389-
"@types/node": "npm:^20.19.35"
389+
"@types/node": "npm:^24.11.0"
390390
"@types/semver": "npm:^7.7.1"
391391
"@types/tar-stream": "npm:^3.1.4"
392392
"@types/tmp": "npm:^0.2.6"
@@ -1368,12 +1368,12 @@ __metadata:
13681368
languageName: node
13691369
linkType: hard
13701370

1371-
"@types/node@npm:^20.19.35":
1372-
version: 20.19.35
1373-
resolution: "@types/node@npm:20.19.35"
1371+
"@types/node@npm:^24.11.0":
1372+
version: 24.11.0
1373+
resolution: "@types/node@npm:24.11.0"
13741374
dependencies:
1375-
undici-types: "npm:~6.21.0"
1376-
checksum: 10/f14fa74f9ae4d1109d8a8e3ec31b6518122b3d31c28fd5725cb3eef8ff64d7cf6f8da9c84c78b512e2968006ec325c82a413cc2062da7b3c3230c882e88babba
1375+
undici-types: "npm:~7.16.0"
1376+
checksum: 10/d2f4f898c6a0f14980e55c697904fb58681729fc46b4e264d5f64dc391b23da73c9b422cfffbca28c045e6e8eca72dab5f28ed633faa95398ef1528af5398382
13771377
languageName: node
13781378
linkType: hard
13791379

@@ -4781,10 +4781,10 @@ __metadata:
47814781
languageName: node
47824782
linkType: hard
47834783

4784-
"undici-types@npm:~6.21.0":
4785-
version: 6.21.0
4786-
resolution: "undici-types@npm:6.21.0"
4787-
checksum: 10/ec8f41aa4359d50f9b59fa61fe3efce3477cc681908c8f84354d8567bb3701fafdddf36ef6bff307024d3feb42c837cf6f670314ba37fc8145e219560e473d14
4784+
"undici-types@npm:~7.16.0":
4785+
version: 7.16.0
4786+
resolution: "undici-types@npm:7.16.0"
4787+
checksum: 10/db43439f69c2d94cc29f75cbfe9de86df87061d6b0c577ebe9bb3255f49b22c50162a7d7eb413b0458b6510b8ca299ac7cff38c3a29fbd31af9f504bcf7fbc0d
47884788
languageName: node
47894789
linkType: hard
47904790

0 commit comments

Comments
 (0)