chore: update minimum requirements to node 24

Node 24 was promted to stable th 28/10/2025

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Fernando Fernández
2025-10-29 10:02:49 +00:00
committed by GitHub
parent 25508b3f51
commit 16e20f3f4d
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -32,8 +32,8 @@
"vue-tsc": "3.1.0"
},
"engines": {
"node": ">=22.11.0 <23.0.0",
"npm": ">=10.9.0"
"node": ">=24.11.0 <25.0.0",
"npm": ">=11.6.1"
},
"peerDependencies": {
"@vue/shared": "*"
+3 -3
View File
@@ -6,7 +6,7 @@
"bugs": {
"url": "https://github.com/jellyfin/jellyfin-vue/issues"
},
"packageManager": "npm@10.9.3",
"packageManager": "npm@11.6.1",
"repository": {
"type": "git",
"url": "https://github.com/jellyfin/jellyfin-vue/"
@@ -19,8 +19,8 @@
"packages/*"
],
"engines": {
"node": ">=22.11.0 <23.0.0",
"npm": ">=10.9.0"
"node": ">=24.11.0 <25.0.0",
"npm": ">=11.6.1"
},
"scripts": {
"lint": "npm run lint -ws --include-workspace-root=false",