Commit 2513193
committed
Pin @types/node to ^18.19.0 to match supported runtime
The previous ^25.6.0 allowed TypeScript to accept Node ≥19 APIs that
would crash at runtime on Node 18 (the minimum per engines field).
Pinning to the lowest supported Node major lets the type checker catch
accidental use of post-18 APIs.1 parent f31616d commit 2513193
2 files changed
Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
0 commit comments