diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0fb6ab..9a894c8 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@v7 with: - node-version: 20.x + node-version: 24.x - run: yarn install - run: yarn run lint diff --git a/.nvmrc b/.nvmrc index 25bf17f..cabf43b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 \ No newline at end of file +24 \ No newline at end of file diff --git a/package.json b/package.json index 00a464e..004bd94 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": "^24.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 c00e171..73ed14c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1569,6 +1569,13 @@ dependencies: undici-types "~5.26.4" +"@types/node@^24.0.0": + version "24.13.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.13.3.tgz#49f18bd3c647866dcda51a0756c145e14590ce16" + integrity sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q== + dependencies: + undici-types "~7.18.0" + "@types/normalize-package-data@^2.4.0": version "2.4.4" resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901" @@ -7701,6 +7708,11 @@ undici-types@~7.16.0: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46" integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw== +undici-types@~7.18.0: + version "7.18.2" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9" + integrity sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w== + undici@^7.16.0: version "7.24.7" resolved "https://registry.yarnpkg.com/undici/-/undici-7.24.7.tgz#af9535341bbe80625ca403a02418477a5c6a8760"