💚(crowdin) fix download action's job
The self-hosted runner requires explicit yarn install.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user