Skip to content

Commit 0a88e32

Browse files
Update dependency node to v24
1 parent 745c3e6 commit 0a88e32

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@v5
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@v5
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@v6
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@v5
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.2.1",
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
@@ -6484,12 +6484,12 @@
64846484
dependencies:
64856485
undici-types "~5.26.4"
64866486

6487-
"@types/node@^22.0.0":
6488-
version "22.13.1"
6489-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.1.tgz#a2a3fefbdeb7ba6b89f40371842162fac0934f33"
6490-
integrity sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew==
6487+
"@types/node@^24.0.0":
6488+
version "24.10.1"
6489+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.1.tgz#91e92182c93db8bd6224fca031e2370cef9a8f01"
6490+
integrity sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==
64916491
dependencies:
6492-
undici-types "~6.20.0"
6492+
undici-types "~7.16.0"
64936493

64946494
"@types/normalize-package-data@^2.4.0":
64956495
version "2.4.4"
@@ -16126,10 +16126,10 @@ undici-types@~6.13.0:
1612616126
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.13.0.tgz#e3e79220ab8c81ed1496b5812471afd7cf075ea5"
1612716127
integrity sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==
1612816128

16129-
undici-types@~6.20.0:
16130-
version "6.20.0"
16131-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
16132-
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
16129+
undici-types@~7.16.0:
16130+
version "7.16.0"
16131+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
16132+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
1613316133

1613416134
unicode-canonical-property-names-ecmascript@^2.0.0:
1613516135
version "2.0.0"

0 commit comments

Comments
 (0)