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
push: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
python_version: 3.11.6
node_version: 18.18.2
node_version: 20.19.2
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}