Skip to content

Commit 1717c1c

Browse files
chore(deps): update dependency node to v24
1 parent 782ac4e commit 1717c1c

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: '22.x'
17+
node-version: '24.x'
1818
registry-url: 'https://registry.npmjs.org'
1919
scope: '@kaoto-next'
2020
cache: 'yarn'

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: '22.x'
24+
node-version: '24.x'
2525
registry-url: 'https://registry.npmjs.org'
2626
scope: '@kaoto-next'
2727
cache: 'yarn'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@types/invariant": "^2.2.35",
6565
"@types/jest": "^29.4.0",
6666
"@types/lodash": "^4.14.168",
67-
"@types/node": "^22.0.0",
67+
"@types/node": "^24.0.0",
6868
"@types/react": "^18.0.0",
6969
"@types/react-dom": "^18.0.0",
7070
"@types/simpl-schema": "^1.12.0",

yarn.lock

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2719,7 +2719,7 @@ __metadata:
27192719
"@types/invariant": "npm:^2.2.35"
27202720
"@types/jest": "npm:^29.4.0"
27212721
"@types/lodash": "npm:^4.14.168"
2722-
"@types/node": "npm:^22.0.0"
2722+
"@types/node": "npm:^24.0.0"
27232723
"@types/react": "npm:^18.0.0"
27242724
"@types/react-dom": "npm:^18.0.0"
27252725
"@types/simpl-schema": "npm:^1.12.0"
@@ -4275,6 +4275,15 @@ __metadata:
42754275
languageName: node
42764276
linkType: hard
42774277

4278+
"@types/node@npm:^24.0.0":
4279+
version: 24.9.2
4280+
resolution: "@types/node@npm:24.9.2"
4281+
dependencies:
4282+
undici-types: "npm:~7.16.0"
4283+
checksum: 10/3e76ad89cca317c0886deedab0245b6b2a04ef6c47362bd3918020296f3e9630334795af9cee8c6633eae774c85d848ff2e6bed5a7c3133fc94968364fc3ee36
4284+
languageName: node
4285+
linkType: hard
4286+
42784287
"@types/nodemailer@npm:*":
42794288
version: 6.4.11
42804289
resolution: "@types/nodemailer@npm:6.4.11"
@@ -10008,6 +10017,13 @@ __metadata:
1000810017
languageName: node
1000910018
linkType: hard
1001010019

10020+
"undici-types@npm:~7.16.0":
10021+
version: 7.16.0
10022+
resolution: "undici-types@npm:7.16.0"
10023+
checksum: 10/db43439f69c2d94cc29f75cbfe9de86df87061d6b0c577ebe9bb3255f49b22c50162a7d7eb413b0458b6510b8ca299ac7cff38c3a29fbd31af9f504bcf7fbc0d
10024+
languageName: node
10025+
linkType: hard
10026+
1001110027
"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
1001210028
version: 2.0.0
1001310029
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"

0 commit comments

Comments
 (0)