Update node to LTS and npm to avoid issue with optional dependencies on natives

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-22 16:54:50 +04:00
parent 988909eb78
commit 36cd0cae95
5 changed files with 5316 additions and 863 deletions

View File

@@ -2,7 +2,8 @@
"name": "probo",
"description": "Probo monorepo containing applications and shared packages",
"engines": {
"node": "v24.4.0"
"node": "v24.11.1",
"npm": "11.8.0"
},
"workspaces": [
"apps/*",
@@ -25,7 +26,7 @@
"form-data": "^4.0.4"
},
"license": "MIT",
"packageManager": "npm@11.1.0",
"packageManager": "npm@11.8.0",
"volta": {
"node": "24.4.0"
},