Skip to content

Commit

Permalink
feat: updated the ci build version
Browse files Browse the repository at this point in the history
  • Loading branch information
aryamohanan committed Dec 4, 2023
1 parent e1264e3 commit baf8ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ workflows:
- not:
equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
jobs:
- "node-21"
- "node-20"

other-nodejs-versions:
when:
Expand All @@ -495,7 +495,7 @@ workflows:
# by providing the parameter "workflow: other-nodejs-versions"
- equal: [ other-nodejs-versions, << pipeline.parameters.workflow >> ]
jobs:
- "node-20"
- "node-21"
- "node-18"
- "node-16"
- "node-14"
Expand Down

0 comments on commit baf8ca2

Please sign in to comment.