mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 02:14:48 +00:00
Co-authored-by: Diptanil Saha <diptanil@frappe.io> fix (#55355)
This commit is contained in:
@@ -54,6 +54,11 @@ jobs:
|
||||
# stack and must use the same Python version.
|
||||
python-version: "3.14"
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 24
|
||||
|
||||
- name: Run sync script
|
||||
run: |
|
||||
bash ${GITHUB_WORKSPACE}/.github/helper/sync_hotfix_translations.sh
|
||||
|
||||
Reference in New Issue
Block a user