Skip to content

Commit

Permalink
fix(actions): ignore engines in action
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Jul 26, 2024
1 parent cba16e3 commit 7f6f87d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: 'yarn'

- name: Install dependencies
run: yarn --immutable --immutable-cache
run: yarn --immutable --immutable-cache --ignore-engines

- run: yarn ${{ matrix.command }}

Expand All @@ -41,7 +41,7 @@ jobs:
cache: 'yarn'

- name: Install dependencies
run: yarn --immutable --immutable-cache
run: yarn --immutable --immutable-cache --ignore-engines

- name: Run tests
run: yarn test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
node-version-file: .nvmrc

- name: Install dependencies
run: yarn --immutable --immutable-cache
run: yarn --immutable --immutable-cache --ignore-engines

- name: Build
run: yarn build
Expand Down

0 comments on commit 7f6f87d

Please sign in to comment.