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 1541e75 commit 2e3d750Copy full SHA for 2e3d750
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
- uses: actions/setup-node@v2
41
with:
42
node-version: ${{ matrix.node-version }}
43
- - run: yarn
+ - run: yarn --ignore-engines
44
- run: yarn ci
45
- uses: codecov/codecov-action@v2
46
if: matrix.node-version == '14.x'
0 commit comments