diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8ff28569c3..bc0798a844 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -41,7 +41,10 @@ jobs: - name: Install dependencies run: | apt update --yes - apt install --yes node + apt install --yes git + + - name: Install yarn + run: | npm install -g yarn yarn install --ignore-engines --frozen-lockfile