Skip to content

Commit 7f218c0

Browse files
committed
feat: drop support for Node 14 and Node 16
BREAKING CHANGE: this package now requires Node 18+
1 parent 7f24ed9 commit 7f218c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0-semantically-released",
44
"description": "CLI toolbox for common scripts for JavaScript + TypeScript projects",
55
"engines": {
6-
"node": ">=14.21.3"
6+
"node": ">=18"
77
},
88
"publishConfig": {
99
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)