From 3a7af0e59d276c98680f69a288a00b814c55283e Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 18:23:23 +0000 Subject: [PATCH] ci: add node setup on sync translations to version 16 hotfix (backport #55355) (#55356) Co-authored-by: Diptanil Saha fix (#55355) --- .github/workflows/sync-hotfix-translations.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/sync-hotfix-translations.yml b/.github/workflows/sync-hotfix-translations.yml index fcd29fc658a..cc41f6cb698 100644 --- a/.github/workflows/sync-hotfix-translations.yml +++ b/.github/workflows/sync-hotfix-translations.yml @@ -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