Skip to content

Commit 79c50b6

Browse files
committed
fix tests on node < 14
1 parent 4188477 commit 79c50b6

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
@@ -395,6 +395,7 @@ jobs:
395395
NODE_VERSION: ${{ matrix.node }}
396396
run: |
397397
[[ $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]
398399
yarn test-ci
399400
- name: Compute test coverage
400401
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)