diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5dff7c..3dc6541 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.nvmrc b/.nvmrc index 25bf17f..8fdd954 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 \ No newline at end of file +22 \ No newline at end of file diff --git a/package.json b/package.json index 61c59f5..fe073d9 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 5354ff3..203d0fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1725,6 +1725,15 @@ __metadata: languageName: node linkType: hard +"@types/node@npm:^22.0.0": + version: 22.18.3 + resolution: "@types/node@npm:22.18.3" + dependencies: + undici-types: "npm:~6.21.0" + checksum: 29ec5674a7eaac50c4c779e937c4449e813ff70c411eb525b6e12837e7b88c39219c3c2f29e39ea8f72cd6b7975f8696dc05f78c07bce35a241e0c9eaf5523a8 + 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" @@ -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" @@ -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"