Skip to content

Commit

Permalink
fix: relax "engines.node" version
Browse files Browse the repository at this point in the history
it change to require "node": ">=14.13.1".
  • Loading branch information
azu committed Mar 27, 2022
1 parent 5ddd0ca commit ee59fbc
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/ghiscoding/lerna-lite/issues"
},
"engines": {
"node": ">=16.11.0",
"node": ">=14.13.1",
"npm": ">=8.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/ghiscoding/lerna-lite/issues"
},
"engines": {
"node": ">=16.11.0",
"node": ">=14.13.1",
"npm": ">=8.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -27,7 +27,7 @@
"url": "https://github.com/ghiscoding/lerna-lite/issues"
},
"engines": {
"node": ">=16.11.0",
"node": ">=14.13.1",
"npm": ">=8.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/publish/package.json
Expand Up @@ -27,7 +27,7 @@
"url": "https://github.com/ghiscoding/lerna-lite/issues"
},
"engines": {
"node": ">=16.11.0",
"node": ">=14.13.1",
"npm": ">=8.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/run/package.json
Expand Up @@ -27,7 +27,7 @@
"url": "https://github.com/ghiscoding/lerna-lite/issues"
},
"engines": {
"node": ">=16.11.0",
"node": ">=14.13.1",
"npm": ">=8.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/version/package.json
Expand Up @@ -27,7 +27,7 @@
"url": "https://github.com/ghiscoding/lerna-lite/issues"
},
"engines": {
"node": ">=16.11.0",
"node": ">=14.13.1",
"npm": ">=8.0.0"
},
"dependencies": {
Expand Down

0 comments on commit ee59fbc

Please sign in to comment.