ci: add node setup on sync translations to version 16 hotfix (#55355)

This commit is contained in:
Diptanil Saha
2026-05-27 23:34:10 +05:30
committed by GitHub
parent 7561ad4666
commit fcb87b437e

View File

@@ -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