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 4188477 commit 79c50b6Copy full SHA for 79c50b6
.github/workflows/build.yml
@@ -395,6 +395,7 @@ jobs:
395
NODE_VERSION: ${{ matrix.node }}
396
run: |
397
[[ $NODE_VERSION == 8 ]] && yarn add --dev --ignore-engines --ignore-scripts --ignore-workspace-root-check [email protected]
398
+ [[ $NODE_VERSION < 14 ]] && yarn add --dev --ignore-engines --ignore-scripts --ignore-workspace-root-check [email protected]
399
yarn test-ci
400
- name: Compute test coverage
401
uses: codecov/codecov-action@v3
0 commit comments