Skip to content

Commit 9c709bf

Browse files
committed
fix tests on node < 14
1 parent 4645750 commit 9c709bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ jobs:
426426
NODE_VERSION: ${{ matrix.node }}
427427
run: |
428428
[[ $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]
429430
yarn test-ci-node
430431
- name: Compute test coverage
431432
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)