Skip to content

Commit

Permalink
Merge pull request #21 from uniquelyparticular/chore/circleci
Browse files Browse the repository at this point in the history
chore: switched circleci docker to 'lts' from 'latest'
  • Loading branch information
agrohs authored Apr 30, 2019
2 parents 23961b0 + fb32261 commit bfcf1d1
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 bfcf1d1

Please sign in to comment.