diff --git a/.github/workflows/sync_crowdin_translations.yml b/.github/workflows/sync_crowdin_translations.yml index 739bc0383b638..4a9f53f4cccd8 100644 --- a/.github/workflows/sync_crowdin_translations.yml +++ b/.github/workflows/sync_crowdin_translations.yml @@ -33,7 +33,7 @@ jobs: git config --global user.email "80095553+DerivFE@users.noreply.github.com" echo "Installing Crowdin CLI" - sudo npm i -g @crowdin/cli + sudo npm i -g @crowdin/cli@3.9.1 echo "Installing project dependencies and building the project" npm install npm run build