Skip to content

Commit cbcb9e8

Browse files
Merge pull request #1424 from AmadeusITGroup/renovate/node-24.x
chore(deps): update dependency node to v24
2 parents 4e70953 + 2378e81 commit cbcb9e8

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v6
1212
- uses: actions/setup-node@v6
1313
with:
14-
node-version: '22'
14+
node-version: '24'
1515
- name: Cache dependencies
1616
uses: actions/cache@v5
1717
env:

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v6
1212
- uses: actions/setup-node@v6
1313
with:
14-
node-version: 20
14+
node-version: 24
1515
- name: Cache dependencies
1616
uses: actions/cache@v5
1717
env:
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v6
4343
- uses: actions/setup-node@v6
4444
with:
45-
node-version: 20
45+
node-version: 24
4646
registry-url: https://registry.npmjs.org/
4747
- name: Update npm
4848
run: npm i -g npm@11.5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@eslint/js": "^9.18.0",
4646
"@types/jest": "^29.5.14",
4747
"@types/mustache": "^4.2.6",
48-
"@types/node": "^22.10.5",
48+
"@types/node": "^24.0.0",
4949
"copyfiles": "^2.4.1",
5050
"eslint": "^9.18.0",
5151
"globals": "^17.0.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ __metadata:
10021002
"@eslint/js": "npm:^9.18.0"
10031003
"@types/jest": "npm:^29.5.14"
10041004
"@types/mustache": "npm:^4.2.6"
1005-
"@types/node": "npm:^22.10.5"
1005+
"@types/node": "npm:^24.0.0"
10061006
copyfiles: "npm:^2.4.1"
10071007
eslint: "npm:^9.18.0"
10081008
globals: "npm:^17.0.0"
@@ -1343,12 +1343,12 @@ __metadata:
13431343
languageName: node
13441344
linkType: hard
13451345

1346-
"@types/node@npm:^22.10.5":
1347-
version: 22.19.11
1348-
resolution: "@types/node@npm:22.19.11"
1346+
"@types/node@npm:^24.0.0":
1347+
version: 24.10.13
1348+
resolution: "@types/node@npm:24.10.13"
13491349
dependencies:
1350-
undici-types: "npm:~6.21.0"
1351-
checksum: 10c0/4b274acf27ec31aa83b50ef22088f83c783e6bcd7dcb40b4834f64f44868b6bf68725214220f15a0c776928f7c0f7f26f03c05cd5868f0526340af3f4af4b58b
1350+
undici-types: "npm:~7.16.0"
1351+
checksum: 10c0/4ff0b9b060b5477c0fec5b11a176f294be588104ab546295db65b17a92ba0a6077b52ad92dd3c0d2154198c7f9d0021e6c1d42b00c9ac7ebfd85632afbcc48a4
13521352
languageName: node
13531353
linkType: hard
13541354

@@ -5741,10 +5741,10 @@ __metadata:
57415741
languageName: node
57425742
linkType: hard
57435743

5744-
"undici-types@npm:~6.21.0":
5745-
version: 6.21.0
5746-
resolution: "undici-types@npm:6.21.0"
5747-
checksum: 10c0/c01ed51829b10aa72fc3ce64b747f8e74ae9b60eafa19a7b46ef624403508a54c526ffab06a14a26b3120d055e1104d7abe7c9017e83ced038ea5cf52f8d5e04
5744+
"undici-types@npm:~7.16.0":
5745+
version: 7.16.0
5746+
resolution: "undici-types@npm:7.16.0"
5747+
checksum: 10c0/3033e2f2b5c9f1504bdc5934646cb54e37ecaca0f9249c983f7b1fc2e87c6d18399ebb05dc7fd5419e02b2e915f734d872a65da2e3eeed1813951c427d33cc9a
57485748
languageName: node
57495749
linkType: hard
57505750

0 commit comments

Comments
 (0)