💚(crowdin) fix download action's job

The self-hosted runner requires explicit yarn install.
This commit is contained in:
Quentin BEY
2025-07-22 09:39:50 +02:00
parent 8ec172583a
commit d23434aafe
+6
View File
@@ -47,6 +47,12 @@ jobs:
CROWDIN_BASE_PATH: "../src/"
# frontend i18n
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22.x"
- name: Install yarn
run: npm install -g yarn
- name: Restore the frontend cache
uses: actions/cache@v4
with: