Skip to content

Commit

Permalink
chore: switched circleci docker to 'lts' from 'latest'
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Grohs authored and Adam Grohs committed Apr 30, 2019
1 parent 23961b0 commit fb32261
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 @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: 'circleci/node:latest'
- image: 'circleci/node:lts'
steps:
- checkout
- run: yarn clean-install
Expand All @@ -12,7 +12,7 @@ jobs:
key: sync-shippo-to-moltin-{{ checksum "package.json" }}
test:
docker:
- image: 'circleci/node:latest'
- image: 'circleci/node:lts'
steps:
- checkout
- restore_cache:
Expand All @@ -22,7 +22,7 @@ jobs:
- run: yarn test
release:
docker:
- image: 'circleci/node:latest'
- image: 'circleci/node:lts'
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit fb32261

Please sign in to comment.