node版本升级为24.13.0

This commit is contained in:
jingrow 2026-02-15 22:21:12 +08:00
parent 3b4f28822c
commit 1014575ba1
3 changed files with 4 additions and 4 deletions

View File

@ -94,7 +94,7 @@
"parentfield": "supported_versions", "parentfield": "supported_versions",
"parenttype": "Bench Dependency", "parenttype": "Bench Dependency",
"supported_jingrow_version": "v0.1", "supported_jingrow_version": "v0.1",
"version": "18.16.0" "version": "24.13.0"
}, },
{ {
"is_custom": 0, "is_custom": 0,
@ -102,7 +102,7 @@
"parentfield": "supported_versions", "parentfield": "supported_versions",
"parenttype": "Bench Dependency", "parenttype": "Bench Dependency",
"supported_jingrow_version": "v1", "supported_jingrow_version": "v1",
"version": "18.16.0" "version": "24.13.0"
}, },
{ {
"is_custom": 0, "is_custom": 0,

View File

@ -14,7 +14,7 @@
"parent": "v1", "parent": "v1",
"parentfield": "dependencies", "parentfield": "dependencies",
"parenttype": "Jingrow Version", "parenttype": "Jingrow Version",
"version": "18.16.0" "version": "24.13.0"
}, },
{ {
"dependency": "PYTHON_VERSION", "dependency": "PYTHON_VERSION",

View File

@ -10,7 +10,7 @@ from jingrow.model.page import Page
DEFAULT_DEPENDENCIES = [ DEFAULT_DEPENDENCIES = [
{"dependency": "NVM_VERSION", "version": "0.36.0"}, {"dependency": "NVM_VERSION", "version": "0.36.0"},
{"dependency": "NODE_VERSION", "version": "18.16.0"}, {"dependency": "NODE_VERSION", "version": "24.13.0"},
{"dependency": "PYTHON_VERSION", "version": "3.11"}, {"dependency": "PYTHON_VERSION", "version": "3.11"},
{"dependency": "WKHTMLTOPDF_VERSION", "version": "0.12.5"}, {"dependency": "WKHTMLTOPDF_VERSION", "version": "0.12.5"},
{"dependency": "BENCH_VERSION", "version": "5.22.6"}, {"dependency": "BENCH_VERSION", "version": "5.22.6"},