Skip to content

Commit 96ad980

Browse files
committed
better node check
1 parent 20fdd51 commit 96ad980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +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] [email protected]
429-
[[ $NODE_VERSION < 14 ]] && [[ $NODE_VERSION > 8 ]] && yarn add --dev --no-lockfile --ignore-workspace-root-check [email protected]
429+
[[ $NODE_VERSION == 10 || $NODE_VERSION == 12 ]] && yarn add --dev --no-lockfile --ignore-workspace-root-check [email protected]
430430
yarn test-ci-node
431431
- name: Compute test coverage
432432
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)