Skip to content

Commit

Permalink
chore: ignore engines error
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Oct 4, 2023
1 parent c6f7a55 commit 9fbd909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: "yarn"

- name: Install deps
run: yarn install
run: yarn install --ignore-engines

- name: Lint
run: yarn lint
Expand Down

0 comments on commit 9fbd909

Please sign in to comment.