Skip to content

Commit b04a6b9

Browse files
committed
Default to Node 24
1 parent 0016b9a commit b04a6b9

4 files changed

Lines changed: 36 additions & 6 deletions

File tree

.nvmrc

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

package-lock.json

Lines changed: 34 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"@inrupt/jest-jsdom-polyfills": "^4.0.4",
5151
"@inrupt/solid-client-authn-node": "^2.5.0",
5252
"@playwright/test": "^1.59.1",
53+
"@types/node": "^25.6.0",
5354
"@typhonjs-typedoc/ts-lib-docs": "^2024.12.25",
5455
"dotenv": "^17.4.2",
5556
"eslint": "^9.39.4",

tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
"outDir": "dist",
88
"rootDir": "src",
99
"strict": true,
10-
// https://github.com/microsoft/TypeScript/wiki/Performance#controlling-types-inclusion:
11-
"types": [],
1210
"esModuleInterop": true,
1311
// Prevent developers on different OSes from running into problems:
1412
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)