Skip to content

Commit

Permalink
chore(ci): run circle with node 14, not 16 twice
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 15, 2022
1 parent 4590b9d commit e93dba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -68,5 +68,5 @@ workflows:
partial: true
matrix:
parameters:
node-version: ['12', '16', '17']
node-version: ['12', '14', '17']
- test-jest-jasmine

0 comments on commit e93dba5

Please sign in to comment.