Skip to content

Commit 5c1a5ca

Browse files
Update Node.js to v24
1 parent 8b53b48 commit 5c1a5ca

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
@@ -1303,6 +1303,13 @@
13031303
dependencies:
13041304
undici-types "~5.26.4"
13051305

1306+
"@types/node@^24.0.0":
1307+
version "24.12.0"
1308+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.12.0.tgz#6222e028210e5322e4f4f6767f8d88e5ea3b33d2"
1309+
integrity sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==
1310+
dependencies:
1311+
undici-types "~7.16.0"
1312+
13061313
"@types/normalize-package-data@^2.4.0":
13071314
version "2.4.4"
13081315
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"

0 commit comments

Comments
 (0)