1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-24 10:51:01 +01:00

Upgrade to yarn 2 (#9500)

This commit is contained in:
Bram Kragten
2021-07-07 16:33:24 +02:00
committed by GitHub
parent 9e28b3447e
commit fc6e459c09
10 changed files with 18824 additions and 13780 deletions

View File

@@ -20,11 +20,6 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Set up Node ${{ env.NODE_VERSION }}
uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- name: Upload Translations
run: |
export LOKALISE_TOKEN="${{ secrets.LOKALISE_TOKEN }}"
@@ -44,12 +39,13 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
cache: yarn
- name: Download Translations
run: |
export LOKALISE_TOKEN="${{ secrets.LOKALISE_TOKEN }}"
npm install
yarn install
./script/translations_download
- name: Initialize git