diff --git a/webapp/package-lock.json b/webapp/package-lock.json index 851de409d704..6fa18d727e5b 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -45,7 +45,7 @@ }, "engines": { "node": "^18.10.0", - "npm": "^9.0.0" + "npm": "^9.0.0 || ^10.0.0" } }, "channels": { diff --git a/webapp/package.json b/webapp/package.json index 25bcb3591f25..89781a885c33 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -3,7 +3,7 @@ "private": true, "engines": { "node": "^18.10.0", - "npm": "^9.0.0" + "npm": "^9.0.0 || ^10.0.0" }, "scripts": { "postinstall": "npm run build --workspace=platform/types --workspace=platform/client --workspace=platform/components",