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 4645750 commit 9c709bfCopy full SHA for 9c709bf
.github/workflows/build.yml
@@ -426,6 +426,7 @@ jobs:
426
NODE_VERSION: ${{ matrix.node }}
427
run: |
428
[[ $NODE_VERSION == 8 ]] && yarn add --dev --ignore-engines --ignore-scripts --ignore-workspace-root-check [email protected]
429
+ [[ $NODE_VERSION < 14 ]] && yarn add --dev --ignore-engines --ignore-scripts --ignore-workspace-root-check [email protected]
430
yarn test-ci-node
431
- name: Compute test coverage
432
uses: codecov/codecov-action@v3
0 commit comments