Skip to content

Commit

Permalink
Rename circleci job
Browse files Browse the repository at this point in the history
  • Loading branch information
robflop committed Mar 16, 2020
1 parent eb34466 commit a455e0f
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 @@ -5,7 +5,7 @@ workflows:
jobs:
- node-lts
- node-current
- node-8.17.0
- node-min
jobs:
node-lts: &node-template
docker:
Expand All @@ -27,7 +27,7 @@ jobs:
<<: *node-template
docker:
- image: circleci/node:current
node-8.17.0:
node-min:
<<: *node-template
docker:
- image: circleci/node:8.17.0

0 comments on commit a455e0f

Please sign in to comment.