Skip to content

Commit 22c8c27

Browse files
Update dependency node to v24
1 parent ab2f1e1 commit 22c8c27

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

.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.2.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.13.0"
6903+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.13.0.tgz#8d357bbaeafccd6369d9de428467d69befdccb19"
6904+
integrity sha512-5vtOqGQr4NJKeEzV441FcOi2MeG9UTWq9LqVLGneDdu4vlX17H8kQ2PA2UmNwCUGPVDj4oBjNhS7ReVEIWJJrg==
69056905
dependencies:
6906-
undici-types "~6.19.8"
6906+
undici-types "~7.18.0"
69076907

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

16822-
undici-types@~6.19.8:
16823-
version "6.19.8"
16824-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
16825-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
16822+
undici-types@~7.18.0:
16823+
version "7.18.2"
16824+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9"
16825+
integrity sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==
1682616826

1682716827
undici@^5.19.1:
1682816828
version "5.24.0"

0 commit comments

Comments
 (0)