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

@@ -27,7 +27,7 @@ jobs:
version: develop version: develop
push: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }} push: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
python_version: 3.11.6 python_version: 3.11.6
node_version: 18.18.2 node_version: 20.19.2
secrets: secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

View File

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