Commit 9fa467c
authored
Remove Node.js less than
The `npx ls-engines` command reports as below:
```
Your “engines” field allows more node versions than your dependency graph does.
┌──────────────────────────────┬──────────────────────┐
│ Conflicting dependencies (2) │ engines.node │
├──────────────────────────────┼──────────────────────┤
│ execa │ ^18.19.0 || >=20.5.0 │
├──────────────────────────────┼──────────────────────┤
│ human-signals │ >=18.18.0 │
└──────────────────────────────┴──────────────────────┘
```18.19.0 support (#67)1 parent 3c44d1c commit 9fa467c
3 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
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 | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
0 commit comments