Skip to content

Commit 6cf93bd

Browse files
Update dependency node to v24
1 parent 7672a2c commit 6cf93bd

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Use Node.js
6161
uses: actions/setup-node@v6
6262
with:
63-
node-version: 22.x
63+
node-version: 24.x
6464
- name: Check out repository
6565
uses: actions/checkout@v6
6666
- name: Load cache
@@ -82,7 +82,7 @@ jobs:
8282
- name: Use Node.js
8383
uses: actions/setup-node@v6
8484
with:
85-
node-version: 22.x
85+
node-version: 24.x
8686
- name: Check out repository
8787
uses: actions/checkout@v6
8888
- name: Load cache
@@ -109,7 +109,7 @@ jobs:
109109
- name: Use Node.js
110110
uses: actions/setup-node@v6
111111
with:
112-
node-version: 22.x
112+
node-version: 24.x
113113
- name: Check out repository
114114
uses: actions/checkout@v6
115115
- name: Load cache

engines/query-sparql-solid/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-solid/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@comunica/utils-monorepo": "^5.1.1",
4040
"@rubensworks/eslint-config": "^3.0.0",
4141
"@types/jest": "^30.0.0",
42-
"@types/node": "^22.0.0",
42+
"@types/node": "^24.0.0",
4343
"asynciterator": "^3.10.0",
4444
"babel-loader": "^10.0.0",
4545
"componentsjs-generator": "^4.3.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6898,12 +6898,12 @@
68986898
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.17.tgz#53cc07ce582c9d7c5850702a3c2cb0af0d7b0ca1"
68996899
integrity sha512-cOxcXsQ2sxiwkykdJqvyFS+MLQPLvIdwh5l6gNg8qF6s+C7XSkEWOZjK+XhUZd+mYvHV/180g2cnCcIl4l06Pw==
69006900

6901-
"@types/node@^22.0.0":
6902-
version "22.8.2"
6903-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.2.tgz#8e82bb8201c0caf751dcdc61b0a262d2002d438b"
6904-
integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw==
6901+
"@types/node@^24.0.0":
6902+
version "24.11.0"
6903+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.11.0.tgz#34e8f9603ada03fdc36a532faefdb8e1bb3693a0"
6904+
integrity sha512-fPxQqz4VTgPI/IQ+lj9r0h+fDR66bzoeMGHp8ASee+32OSGIkeASsoZuJixsQoVef1QJbeubcPBxKk22QVoWdw==
69056905
dependencies:
6906-
undici-types "~6.19.8"
6906+
undici-types "~7.16.0"
69076907

69086908
"@types/normalize-package-data@^2.4.0":
69096909
version "2.4.1"
@@ -16829,10 +16829,10 @@ undefsafe@^2.0.5:
1682916829
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.5.tgz#38733b9327bdcd226db889fb723a6efd162e6e2c"
1683016830
integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==
1683116831

16832-
undici-types@~6.19.8:
16833-
version "6.19.8"
16834-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
16835-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
16832+
undici-types@~7.16.0:
16833+
version "7.16.0"
16834+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
16835+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
1683616836

1683716837
undici@^5.19.1:
1683816838
version "5.24.0"

0 commit comments

Comments
 (0)