Commit b1e6d73
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 b1e6d73
1 file changed
Lines changed: 27 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 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
6 | 24 | | |
7 | 25 | | |
8 | 26 | | |
| 27 | + | |
9 | 28 | | |
10 | 29 | | |
11 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
12 | 33 | | |
13 | 34 | | |
14 | 35 | | |
| |||
18 | 39 | | |
19 | 40 | | |
20 | 41 | | |
21 | | - | |
| 42 | + | |
22 | 43 | | |
23 | 44 | | |
24 | | - | |
| 45 | + | |
25 | 46 | | |
26 | 47 | | |
27 | 48 | | |
28 | | - | |
| 49 | + | |
29 | 50 | | |
30 | 51 | | |
31 | 52 | | |
32 | | - | |
33 | | - | |
| 53 | + | |
| 54 | + | |
34 | 55 | | |
35 | 56 | | |
36 | 57 | | |
| |||
0 commit comments