Commit b90d4bd
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 32c6c9b commit b90d4bd
1 file changed
Lines changed: 13 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
11 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
12 | 19 | | |
13 | 20 | | |
14 | 21 | | |
15 | 22 | | |
16 | 23 | | |
17 | | - | |
| 24 | + | |
18 | 25 | | |
19 | 26 | | |
20 | 27 | | |
21 | | - | |
| 28 | + | |
22 | 29 | | |
23 | 30 | | |
24 | 31 | | |
25 | 32 | | |
26 | 33 | | |
27 | 34 | | |
28 | | - | |
| 35 | + | |
29 | 36 | | |
30 | 37 | | |
31 | 38 | | |
32 | | - | |
33 | | - | |
| 39 | + | |
| 40 | + | |
34 | 41 | | |
35 | 42 | | |
36 | 43 | | |
| |||
0 commit comments