Skip to content

Commit f678680

Browse files
committed
ci(circleci): renovate run test only for default node version
1 parent 769c318 commit f678680

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,10 @@ workflows:
527527
- npm-install-linux # !FORMAT - npm-install-${*test-matrix-os-default}
528528

529529
- test-sources:
530-
matrix: *params-test-matrix
530+
matrix:
531+
parameters:
532+
os: *test-matrix-os
533+
node-version: *test-matrix-nodeversion-default
531534
requires:
532535
- npm-install-<<matrix.os>>
533536
- test-tools:

0 commit comments

Comments
 (0)