Skip to content

Commit 3acdfcd

Browse files
Update Node.js to v24
1 parent da42db4 commit 3acdfcd

4 files changed

Lines changed: 10 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,6 +1100,13 @@
11001100
dependencies:
11011101
undici-types "~5.26.4"
11021102

1103+
"@types/node@^24.0.0":
1104+
version "24.12.0"
1105+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.12.0.tgz#6222e028210e5322e4f4f6767f8d88e5ea3b33d2"
1106+
integrity sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==
1107+
dependencies:
1108+
undici-types "~7.16.0"
1109+
11031110
"@types/normalize-package-data@^2.4.0":
11041111
version "2.4.4"
11051112
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"

0 commit comments

Comments
 (0)