Skip to content

Commit 20fdd51

Browse files
committed
adjust lerna check
1 parent 9c709bf commit 20fdd51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@ jobs:
425425
env:
426426
NODE_VERSION: ${{ matrix.node }}
427427
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]
428+
[[ $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]
430430
yarn test-ci-node
431431
- name: Compute test coverage
432432
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)