Skip to content

Commit 0057af6

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

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

529529
- test-sources:
530-
matrix: *params-test-matrix
530+
os: *test-matrix-os-default
531+
node-version: *test-matrix-nodeversion-default
531532
requires:
532533
- npm-install-<<matrix.os>>
533534
- test-tools:

0 commit comments

Comments
 (0)