Skip to content

Commit c201582

Browse files
committed
fix: specify correct versions in engines package field
1 parent eca0f84 commit c201582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.0-semantically-released",
44
"description": "CLI toolbox for common scripts for JavaScript + TypeScript projects",
55
"engines": {
6-
"node": ">=v12.22.12",
6+
"node": ">=v14",
77
"npm": ">=6",
8-
"yarn": ">=1.22.19"
8+
"yarn": ">=1"
99
},
1010
"publishConfig": {
1111
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)