diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90ff16a6ba..d92b1474c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: with: node-version: ${{ matrix.version }} - name: Install - run: yarn install + run: yarn install --ignore-engines - name: Run tests run: yarn test - name: Run linting