From bc9bb941c806dc03d1b07d831e5f6c69896d6d1c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 17 Oct 2020 22:21:51 +0530 Subject: [PATCH] Adds ignore engines --- .github/workflows/checks.yml | 2 +- .github/workflows/publish-records.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index f35be82a3..dfddde85f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -12,7 +12,7 @@ jobs: - name: Installing dependencies uses: borales/actions-yarn@v2.0.0 with: - cmd: install + cmd: install --ignore-engines - name: Linting uses: borales/actions-yarn@v2.0.0 with: diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml index 41f919882..dca09caf6 100644 --- a/.github/workflows/publish-records.yml +++ b/.github/workflows/publish-records.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: borales/actions-yarn@v2.0.0 with: - cmd: install + cmd: install --ignore-engines - name: Running tests uses: borales/actions-yarn@v2.0.0 with: