Skip to content

Commit

Permalink
use lts and current aliases for images
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Nov 21, 2020
1 parent 5a43afe commit a3665e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ references:

nodelts: &nodelts
docker:
- image: cimg/node:14.15
- image: cimg/node:lts
browsers: &browsers
docker:
- image: cimg/node:14.15-browsers
- image: cimg/node:lts-browsers
nodenext: &nodenext
docker:
- image: cimg/node:15.2
- image: cimg/node:current
node12: &node12
docker:
- image: cimg/node:12.18
Expand Down

0 comments on commit a3665e0

Please sign in to comment.