Allow npm 11 alongside npm 10

Node 24 ships npm 11, which the previous `^10.9.8` range rejected with
an EBADENGINE warning.
This commit is contained in:
Alexander Brandon Coles
2026-06-07 21:44:36 +01:00
parent b50d16d931
commit 1e4d633fa0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
},
"engines": {
"node": "^22.22.3 || ^24.15.0",
"npm": "^10.9.8"
"npm": "^10.9.8 || ^11.0.0"
}
},
"node_modules/@babel/code-frame": {
+1 -1
View File
@@ -11,7 +11,7 @@
"private": true,
"engines": {
"node": "^22.22.3 || ^24.15.0",
"npm": "^10.9.8"
"npm": "^10.9.8 || ^11.0.0"
},
"devDependencies": {
"@redocly/cli": "^2.17.0"