From 57de6f47f073bf7dbd53e8329b86fb6bba5b62df Mon Sep 17 00:00:00 2001 From: Habib Deriv <88178645+habib-deriv@users.noreply.github.com> Date: Mon, 16 Jan 2023 23:53:10 +0600 Subject: [PATCH] Habib/crowdin cli version (#7322) * add crowdin version downgrade --- .github/workflows/sync_crowdin_translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_crowdin_translations.yml b/.github/workflows/sync_crowdin_translations.yml index 739bc0383b638..8d3b3d07e7321 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.7.8 echo "Installing project dependencies and building the project" npm install npm run build