Skip to content

Commit

Permalink
yarn config set ignore-engines true (#34)
Browse files Browse the repository at this point in the history
* 👷 change actions with node LTS

* commit msg with ISO datetime

* try ignore engines

* try ignore-engines

* yarn config set ignore-engines true
  • Loading branch information
bouroo authored Jan 25, 2024
1 parent d59d986 commit abcec39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit abcec39

@vercel
Copy link

@vercel vercel bot commented on abcec39 Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.