Set maximum npm version

This commit is contained in:
Bill Thornton
2025-10-18 16:06:46 -04:00
parent 22f0706789
commit 921d13517f
2 changed files with 2 additions and 2 deletions

View File

@@ -168,7 +168,7 @@
},
"engines": {
"node": ">=20.0.0",
"npm": ">=9.6.4",
"npm": ">=9.6.4 <11.0.0",
"yarn": "YARN NO LONGER USED - use npm instead."
}
}