Upgrade everything from npm 10 to 11 and Node 20 to 24 active LTS

This commit is contained in:
Nicholas La Roux
2025-10-31 22:39:20 -04:00
parent 1a792e9f82
commit 2a7006502a
8 changed files with 16 additions and 16382 deletions
+2 -2
View File
@@ -168,8 +168,8 @@
"stylelint": "stylelint \"src/**/*.{css,scss}\""
},
"engines": {
"node": ">=20.0.0",
"npm": ">=9.6.4 <11.0.0",
"node": ">=24.0.0",
"npm": ">=11.0.0",
"yarn": "YARN NO LONGER USED - use npm instead."
}
}