Commit 88c3f24
committed
Tighten
`engines` requires `node` version `>=22.11.0` instead of `>=22`,
while `22.11.0` is first long term support minor version of this major version.
`devEngines` requires `node` version `^22.11.0 || ^24.11.0` instead
of `22.x || 24.x`, while `22.11.0` and `24.11.0` are first long term support
minor versions of those major versions. `devEngines` now requires `npm` version
`^11.6.1` as it is first `npm` version delivered by `node` in version `24.11.0`.
We require single major version of `npm` to generate `package-lock.json`
of compatible structure. This would not be possible without requiring
specific version of `npm`.engines and devEngines
1 parent d4f358e commit 88c3f24
3 files changed
Lines changed: 20 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| |||
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 | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments