diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d46839be1d..c4a81cb844 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: key: ${{ runner.os }}-${{ matrix.node }}-modules-${{ hashFiles('**/yarn.lock') }} - name: Install Dependencies & Build - run: yarn install --frozen-lockfile + run: yarn install --frozen-lockfile --ignore-engines - name: Lint and Test with ${{ matrix.node }} env: