From abcec39f5c6aa428ab51e69e4aef5e2ffecaac7a Mon Sep 17 00:00:00 2001 From: Kawin Viriyaprasopsook Date: Fri, 26 Jan 2024 00:38:11 +0700 Subject: [PATCH] yarn config set ignore-engines true (#34) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 👷 change actions with node LTS * commit msg with ISO datetime * try ignore engines * try ignore-engines * yarn config set ignore-engines true --- .github/workflows/pull-data.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-data.yml b/.github/workflows/pull-data.yml index eb2b199..f665e0a 100644 --- a/.github/workflows/pull-data.yml +++ b/.github/workflows/pull-data.yml @@ -37,7 +37,8 @@ jobs: touch .env echo MONDAY_API_TOKEN=${{ secrets.MONDAY_API_TOKEN }} >> .env echo MONDAY_BOARD_ID=${{ secrets.MONDAY_BOARD_ID }} >> .env - yarn fetch-data --ignore-engines + yarn config set ignore-engines true + yarn fetch-data - name: Upload artifact uses: actions/upload-artifact@v4