From fcb87b437ed220080bc50e95cb558276164d6767 Mon Sep 17 00:00:00 2001 From: Diptanil Saha Date: Wed, 27 May 2026 23:34:10 +0530 Subject: [PATCH] ci: add node setup on sync translations to version 16 hotfix (#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