Merge pull request #7210 from thornbill/set-npm-version

This commit is contained in:
Bill Thornton
2025-10-18 16:18:35 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@@ -139,7 +139,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."
},
"optionalDependencies": {

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."
}
}