This is an automated email from the ASF dual-hosted git repository.

DaanHoogland pushed a commit to branch DaanHoogland-patch-1-1
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit eb5b62128e42d28baa867a20406a286e57e024b8
Author: dahn <[email protected]>
AuthorDate: Sat Aug 15 10:55:40 2026 +0200

    Add overrides for node-gyp version
    
    should fix running with newer node versions
---
 ui/package.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ui/package.json b/ui/package.json
index 7ccd4916df2..ef0fef151af 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -194,6 +194,9 @@
   "jest": {
     "testEnvironment": "node"
   },
+  "overrides": {
+    "node-gyp": "^9.4.1"
+  },
   "browserslist": [
     "> 1%",
     "last 2 versions",

Reply via email to