Upgrade node version (#1706)
This commit is contained in:
2
.github/workflows/build_develop.yml
vendored
2
.github/workflows/build_develop.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
@@ -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" {
|
||||||
|
|||||||
Reference in New Issue
Block a user