Skip to content

Commit

Permalink
ci(circleci): renovate run test only for default node version
Browse files Browse the repository at this point in the history
  • Loading branch information
GerkinDev committed Apr 7, 2023
1 parent 769c318 commit f678680
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,10 @@ workflows:
- npm-install-linux # !FORMAT - npm-install-${*test-matrix-os-default}

- test-sources:
matrix: *params-test-matrix
matrix:
parameters:
os: *test-matrix-os
node-version: *test-matrix-nodeversion-default
requires:
- npm-install-<<matrix.os>>
- test-tools:
Expand Down

0 comments on commit f678680

Please sign in to comment.