Skip to content

Commit 557dd83

Browse files
committed
chore: align @types/node to the Node 24 major (^24.12.4)
The project targets Node 24 (engines node>=24, runtime v24.13). @types/node tracks the Node major, so ^25 exposed Node-25-only APIs that would type-check but not exist at runtime. Pin to the latest 24.x. typecheck/lint/test/build green.
1 parent c026fda commit 557dd83

2 files changed

Lines changed: 40 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"typecheck": "pnpm -r run typecheck"
3131
},
3232
"devDependencies": {
33-
"@types/node": "^25.9.0",
33+
"@types/node": "^24.12.4",
3434
"@vitest/coverage-v8": "^4.1.6",
3535
"knip": "^6.14.1",
3636
"lefthook": "^2.1.8",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)