Commit 7be0d1a
committed
chore(package): add engines floor for Node >=20
nerror has no committed lockfile, so installs can pull transitive
deps that require newer Node (e.g. brace-expansion@5) and fail
unpredictably. Declaring an engines floor surfaces this explicitly.
This feels reasonable as nerror 2.0.0 is not expected to be used
or work with node versions older than 20.1 parent ba44198 commit 7be0d1a
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
0 commit comments