Strictly check for LTS versions in engines

* Also enforces a minimum version of 16.13.1 to avoid issues with lockfile v3: https://github.com/npm/cli/pull/3949
This commit is contained in:
Fernando Fernández
2022-09-06 14:54:47 +02:00
parent 20123b8db6
commit 3e4f215bd1
+2 -1
View File
@@ -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",