Upgrade node version (#1706)

This commit is contained in:
Marc Ramser
2025-09-16 09:09:26 +02:00
committed by GitHub
parent b6e89163ec
commit f8f806b3a7
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ variable PYTHON_VERSION {
default = "3.11.6"
}
variable NODE_VERSION {
default = "18.18.2"
default = "20.19.2"
}
variable "FRAPPE_VERSION" {