We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04973ec commit 744da62Copy full SHA for 744da62
.github/workflows/main.yml
@@ -21,6 +21,8 @@ jobs:
21
22
- name: Install deps and build (with cache)
23
uses: bahmutov/npm-install@v1
24
+ with:
25
+ install-command: yarn install --ignore-engines
26
27
- name: Lint
28
run: yarn lint
0 commit comments