Skip to content

Commit

Permalink
Add --ignore-engines flag to yarn installation in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
markolazic01 committed Aug 9, 2024
1 parent edab766 commit 56a359a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
yarn-
- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install --frozen-lockfile --ignore-engines

- name: Lint
run: yarn prettier:check
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
yarn-
- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install --frozen-lockfile --ignore-engines

# This is required separately from yarn test because it generates the typechain definitions
- name: Compile
Expand Down

0 comments on commit 56a359a

Please sign in to comment.