Upgrade Fleet's Node.js version (#34603)

Fixes #31466. Upgrades Node.js to 24.10.0
This commit is contained in:
Carlo
2025-10-27 17:21:50 -04:00
committed by GitHub
parent 71114ecf91
commit 9b87af915e
6 changed files with 114 additions and 10 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
"version": "0.99.99",
"description": "The premier osquery fleet manager.",
"engines": {
"node": "20.18.1",
"node": "^24.10.0",
"yarn": ">=1.22.21"
},
"private": true,
@@ -185,4 +185,4 @@
],
"license": "SEE LICENSE IN ./LICENSE",
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
}