Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit 5b4cec1

Browse files
Update dependency node to v22
1 parent d76115d commit 5b4cec1

4 files changed

Lines changed: 17 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Use Node.js
5555
uses: actions/setup-node@v3
5656
with:
57-
node-version: '16.x'
57+
node-version: '22.x'
5858
- name: Check out repository
5959
uses: actions/checkout@v3
6060
- name: Load cache
@@ -76,7 +76,7 @@ jobs:
7676
- name: Use Node.js
7777
uses: actions/setup-node@v3
7878
with:
79-
node-version: '16.x'
79+
node-version: '22.x'
8080
- name: Check out repository
8181
uses: actions/checkout@v3
8282
- name: Load cache
@@ -106,7 +106,7 @@ jobs:
106106
- name: Use Node.js
107107
uses: actions/setup-node@v3
108108
with:
109-
node-version: '16.x'
109+
node-version: '22.x'
110110
- name: Check out repository
111111
uses: actions/checkout@v3
112112
- name: Load cache
@@ -135,7 +135,7 @@ jobs:
135135
- name: Use Node.js
136136
uses: actions/setup-node@v3
137137
with:
138-
node-version: '16.x'
138+
node-version: '22.x'
139139
- name: Check out repository
140140
uses: actions/checkout@v3
141141
- name: Load cache

engines/query-sparql-mapping/Dockerfile

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

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@babel/preset-env": "^7.16.4",
1212
"rdf-data-factory": "^1.1.0",
1313
"@types/jest": "^29.0.0",
14-
"@types/node": "^16.0.0",
14+
"@types/node": "^22.0.0",
1515
"@typescript-eslint/eslint-plugin": "^5.5.0",
1616
"@typescript-eslint/parser": "^5.5.0",
1717
"arrayify-stream": "^2.0.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4349,10 +4349,12 @@
43494349
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.16.tgz#878f670ba3f00482bf859b6550b6010610fc54b5"
43504350
integrity sha512-X3bUMdK/VmvrWdoTkz+VCn6nwKwrKCFTHtqwBIaQJNx4RUIBBUFXM00bqPz/DsDd+Icjmzm6/tyYZzeGVqb6/Q==
43514351

4352-
"@types/node@^16.0.0":
4353-
version "16.11.31"
4354-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.31.tgz#1dad8138efee6808809bb80f9e66bbe3e46c9277"
4355-
integrity sha512-wh/d0pcu/Ie2mqTIqh4tjd0mLAB4JWxOjHQtLN20HS7sjMHiV4Afr+90hITTyZcxowwha5wjv32jGEn1zkEFMg==
4352+
"@types/node@^22.0.0":
4353+
version "22.18.10"
4354+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.10.tgz#37f0ac8d2ec41af7bba06f162c85ff409e4e3420"
4355+
integrity sha512-anNG/V/Efn/YZY4pRzbACnKxNKoBng2VTFydVu8RRs5hQjikP8CQfaeAV59VFSCzKNp90mXiVXW2QzV56rwMrg==
4356+
dependencies:
4357+
undici-types "~6.21.0"
43564358

43574359
"@types/normalize-package-data@^2.4.0":
43584360
version "2.4.1"
@@ -11204,6 +11206,11 @@ unbox-primitive@^1.0.1:
1120411206
has-symbols "^1.0.3"
1120511207
which-boxed-primitive "^1.0.2"
1120611208

11209+
undici-types@~6.21.0:
11210+
version "6.21.0"
11211+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
11212+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
11213+
1120711214
unicode-canonical-property-names-ecmascript@^2.0.0:
1120811215
version "2.0.0"
1120911216
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"

0 commit comments

Comments
 (0)