From 6ccde2417170a880f853a7a38f2cd15196b05d02 Mon Sep 17 00:00:00 2001 From: Habib Deriv <88178645+habib-deriv@users.noreply.github.com> Date: Mon, 16 Jan 2023 23:14:02 +0600 Subject: [PATCH] Revert "Habib/crowdin cli version (#7320)" (#7321) This reverts commit b1d632e937c4e2114fb9f4c5ff0ff53dd66e4bfc. --- .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 4a9f53f4cccd8..739bc0383b638 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@3.9.1 + sudo npm i -g @crowdin/cli echo "Installing project dependencies and building the project" npm install npm run build