Skip to content

Commit 9fa467c

Browse files
authored
Remove Node.js less than 18.19.0 support (#67)
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 │ └──────────────────────────────┴──────────────────────┘ ```
1 parent 3c44d1c commit 9fa467c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
## Head
44

5+
- Removed: Node.js less than `18.19.0` support.
56
- Fixed: missing GitHub Sponsor for `funding` field in `package.json`.
67

78
## 0.4.0
89

9-
- Removed: Node.js less than 18.12.0 support.
10+
- Removed: Node.js less than `18.12.0` support.
1011
- Changed: bump `cosmiconfig` to v9.
1112
- Changed: bump `execa` to v8.
1213
- Changed: bump `ora` to v7.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@
7777
"vitest": "^1.6.0"
7878
},
7979
"engines": {
80-
"node": ">=18.12.0"
80+
"node": ">=18.19.0"
8181
}
8282
}

0 commit comments

Comments
 (0)