Skip to content

Commit d7a44cf

Browse files
committed
fix(ci): ignore engines when installing dependencies
1 parent 5ac6a22 commit d7a44cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
key: ${{ steps.compute_lockfile_hash.outputs.hash }}
4747
- name: Install dependencies
4848
if: steps.cache_dependencies.outputs.cache-hit == ''
49-
run: yarn install
49+
run: yarn install --ignore-engines
5050
outputs:
5151
dependency_cache_key: ${{ steps.compute_lockfile_hash.outputs.hash }}
5252

0 commit comments

Comments
 (0)