Skip to content

Commit

Permalink
Strictly check for LTS versions in engines
Browse files Browse the repository at this point in the history
* Also enforces a minimum version of 16.13.1 to avoid issues with lockfile v3: npm/cli#3949
  • Loading branch information
ferferga committed Sep 6, 2022
1 parent 20123b8 commit 3e4f215
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -3,7 +3,8 @@
"version": "0.0.0",
"private": true,
"engines": {
"node": ">=16.0.0"
"node": ">=16.13.1 <17.0.0",
"npm": ">=8.1.2"
},
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit 3e4f215

Please sign in to comment.