From 2f1e1df98e707f4a39279f6bf34fe141f7763767 Mon Sep 17 00:00:00 2001 From: Amin Mahboubi Date: Wed, 24 Feb 2021 19:05:35 +0100 Subject: [PATCH] ignore node version error in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: