Relax node and npm version requirements

This commit is contained in:
Bill Thornton 2023-09-29 09:44:21 -04:00
parent 273af701ec
commit 5ba383787f
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -125,8 +125,8 @@
"worker-loader": "3.0.8"
},
"engines": {
"node": ">=20.7.0",
"npm": ">=10.1.0",
"node": ">=20.0.0",
"npm": ">=10.0.0",
"yarn": "YARN NO LONGER USED - use npm instead."
}
},

View File

@ -150,8 +150,8 @@
"stylelint:scss": "stylelint --config=\".stylelintrc.scss.json\" \"src/**/*.scss\""
},
"engines": {
"node": ">=20.7.0",
"npm": ">=10.1.0",
"node": ">=20.0.0",
"npm": ">=10.0.0",
"yarn": "YARN NO LONGER USED - use npm instead."
}
}