mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
ci: add node setup on sync translations to version 16 hotfix (#55355)
This commit is contained in:
@@ -54,6 +54,11 @@ jobs:
|
|||||||
# stack and must use the same Python version.
|
# stack and must use the same Python version.
|
||||||
python-version: "3.14"
|
python-version: "3.14"
|
||||||
|
|
||||||
|
- name: Setup Node
|
||||||
|
uses: actions/setup-node@v6
|
||||||
|
with:
|
||||||
|
node-version: 24
|
||||||
|
|
||||||
- name: Run sync script
|
- name: Run sync script
|
||||||
run: |
|
run: |
|
||||||
bash ${GITHUB_WORKSPACE}/.github/helper/sync_hotfix_translations.sh
|
bash ${GITHUB_WORKSPACE}/.github/helper/sync_hotfix_translations.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user