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.
2 parents b4ce80a + fb74226 commit e5c14bfCopy full SHA for e5c14bf
.github/workflows/ci.yml
@@ -41,6 +41,6 @@ jobs:
41
- name: Install Yarn Classic
42
run: npm install -g yarn@1
43
- name: Install dependencies
44
- run: yarn install --frozen-lockfile
+ run: yarn install --frozen-lockfile --ignore-engines
45
- name: Run tests
46
run: yarn test
0 commit comments