Skip to content

Commit f050047

Browse files
Update dependency node to v24
1 parent f270761 commit f050047

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Use Node.js
6363
uses: actions/setup-node@v6
6464
with:
65-
node-version: 22.x
65+
node-version: 24.x
6666
- name: Check out repository
6767
uses: actions/checkout@v6
6868
- name: Load cache
@@ -84,7 +84,7 @@ jobs:
8484
- name: Use Node.js
8585
uses: actions/setup-node@v6
8686
with:
87-
node-version: 22.x
87+
node-version: 24.x
8888
- name: Check out repository
8989
uses: actions/checkout@v6
9090
- name: Load cache
@@ -121,7 +121,7 @@ jobs:
121121
- name: Use Node.js
122122
uses: actions/setup-node@v6
123123
with:
124-
node-version: 22.x
124+
node-version: 24.x
125125
- name: Install dependencies
126126
run: yarn install
127127
- name: Run benchmarks
@@ -141,7 +141,7 @@ jobs:
141141
- name: Use Node.js
142142
uses: actions/setup-node@v6
143143
with:
144-
node-version: 22.x
144+
node-version: 24.x
145145
- uses: actions/download-artifact@v7
146146
with:
147147
name: performance-benchmark-watdiv-hdt
@@ -204,7 +204,7 @@ jobs:
204204
- name: Use Node.js
205205
uses: actions/setup-node@v6
206206
with:
207-
node-version: 22.x
207+
node-version: 24.x
208208
- name: Check out repository
209209
uses: actions/checkout@v6
210210
- name: Load cache

engines/query-sparql-hdt/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22
1+
FROM node:24
22

33
# Install location
44
ENV dir /var/www/@comunica/query-sparql-hdt/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@rubensworks/eslint-config": "^3.0.0",
4242
"@rubensworks/process-sparql-benchmark-results": "^1.3.4",
4343
"@types/jest": "^30.0.0",
44-
"@types/node": "^22.0.0",
44+
"@types/node": "^24.0.0",
4545
"asynciterator": "^3.10.0",
4646
"babel-loader": "^10.0.0",
4747
"componentsjs-generator": "^4.2.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7004,12 +7004,12 @@
70047004
dependencies:
70057005
undici-types "~5.26.4"
70067006

7007-
"@types/node@^22.0.0":
7008-
version "22.13.1"
7009-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.1.tgz#a2a3fefbdeb7ba6b89f40371842162fac0934f33"
7010-
integrity sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew==
7007+
"@types/node@^24.0.0":
7008+
version "24.10.4"
7009+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.4.tgz#9d27c032a1b2c42a4eab8fb65c5856a8b8e098c4"
7010+
integrity sha512-vnDVpYPMzs4wunl27jHrfmwojOGKya0xyM3sH+UE5iv5uPS6vX7UIoh6m+vQc5LGBq52HBKPIn/zcSZVzeDEZg==
70117011
dependencies:
7012-
undici-types "~6.20.0"
7012+
undici-types "~7.16.0"
70137013

70147014
"@types/normalize-package-data@^2.4.0":
70157015
version "2.4.4"
@@ -16726,10 +16726,10 @@ undici-types@~6.13.0:
1672616726
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.13.0.tgz#e3e79220ab8c81ed1496b5812471afd7cf075ea5"
1672716727
integrity sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==
1672816728

16729-
undici-types@~6.20.0:
16730-
version "6.20.0"
16731-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
16732-
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
16729+
undici-types@~7.16.0:
16730+
version "7.16.0"
16731+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
16732+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
1673316733

1673416734
undici@^7.16.0:
1673516735
version "7.18.2"

0 commit comments

Comments
 (0)