Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
- uses: actions/setup-node@v2
with:
node-version: 20.x
node-version: 22.x
- run: corepack enable
- run: yarn install
- run: yarn run lint
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
22
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@rdfjs/types": "*",
"@types/minimist": "^1.2.0",
"@types/node": "^18.0.0",
"@types/node": "^22.0.0",
"@types/semver": "^7.3.4",
"jsonld-context-parser": "^3.0.0",
"minimist": "^1.2.0",
Expand Down
18 changes: 17 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1725,6 +1725,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.0.0":
version: 22.18.0
resolution: "@types/node@npm:22.18.0"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 02cce4493eee8408e66e76fcad164f33c0600ed0854ad08e5519a76a06402da5b589b278cf71bc975c9e014f2668bdf758bc3be7fed63bdbfd0900495372797c
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.0":
version: 2.4.1
resolution: "@types/normalize-package-data@npm:2.4.1"
Expand Down Expand Up @@ -3191,7 +3200,7 @@ __metadata:
"@rubensworks/eslint-config": "npm:^1.0.1"
"@types/jest": "npm:^29.0.0"
"@types/minimist": "npm:^1.2.0"
"@types/node": "npm:^18.0.0"
"@types/node": "npm:^22.0.0"
"@types/semver": "npm:^7.3.4"
"@types/stream-to-array": "npm:^2.3.0"
"@types/streamify-string": "npm:^1.0.0"
Expand Down Expand Up @@ -9070,6 +9079,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.21.0":
version: 6.21.0
resolution: "undici-types@npm:6.21.0"
checksum: c01ed51829b10aa72fc3ce64b747f8e74ae9b60eafa19a7b46ef624403508a54c526ffab06a14a26b3120d055e1104d7abe7c9017e83ced038ea5cf52f8d5e04
languageName: node
linkType: hard

"unique-filename@npm:^3.0.0":
version: 3.0.0
resolution: "unique-filename@npm:3.0.0"
Expand Down
Loading