fix(bake): synchronize production build versions for v16 compliance (#1810) (#1823)

* fix(bake): synchronize stable python 3.13 and node 22 to resolve issues #1810 and #1792

* fix(bake): update to python 3.14.2 and node 24.13.0 for v16 compliance per maintainer feedback
This commit is contained in:
Nishanth Abimanyu 2026-03-03 06:16:06 +05:30 committed by GitHub
parent 0ec329fe34
commit 6e8384827f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,10 +6,10 @@ variable "REGISTRY_USER" {
}
variable PYTHON_VERSION {
default = "3.11.6"
default = "3.14.2"
}
variable NODE_VERSION {
default = "20.19.2"
default = "24.13.0"
}
variable "FRAPPE_VERSION" {