Skip to content

Commit 3b58265

Browse files
Update Node.js to v24
1 parent 795e934 commit 3b58265

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
1313
- uses: actions/setup-node@v6
1414
with:
15-
node-version: 20.x
15+
node-version: 24.x
1616
- run: yarn install
1717
- run: yarn run lint
1818

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
24

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@rdfjs/types": "*",
3939
"@types/minimist": "^1.2.0",
40-
"@types/node": "^18.0.0",
40+
"@types/node": "^24.0.0",
4141
"@types/semver": "^7.3.4",
4242
"jsonld-context-parser": "^3.0.0",
4343
"minimist": "^1.2.0",

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,6 +1569,13 @@
15691569
dependencies:
15701570
undici-types "~5.26.4"
15711571

1572+
"@types/node@^24.0.0":
1573+
version "24.13.0"
1574+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.13.0.tgz#8d357bbaeafccd6369d9de428467d69befdccb19"
1575+
integrity sha512-5vtOqGQr4NJKeEzV441FcOi2MeG9UTWq9LqVLGneDdu4vlX17H8kQ2PA2UmNwCUGPVDj4oBjNhS7ReVEIWJJrg==
1576+
dependencies:
1577+
undici-types "~7.18.0"
1578+
15721579
"@types/normalize-package-data@^2.4.0":
15731580
version "2.4.4"
15741581
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:
77017708
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
77027709
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
77037710

7711+
undici-types@~7.18.0:
7712+
version "7.18.2"
7713+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9"
7714+
integrity sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==
7715+
77047716
undici@^7.16.0:
77057717
version "7.24.7"
77067718
resolved "https://registry.yarnpkg.com/undici/-/undici-7.24.7.tgz#af9535341bbe80625ca403a02418477a5c6a8760"

0 commit comments

Comments
 (0)