diff --git a/.github/workflows/crowdin_download.yml b/.github/workflows/crowdin_download.yml index c750d01..948f630 100644 --- a/.github/workflows/crowdin_download.yml +++ b/.github/workflows/crowdin_download.yml @@ -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: