diff --git a/.circleci/config.yml b/.circleci/config.yml index 00a8504de..fa300a507 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: 'circleci/node:latest' + - image: 'circleci/node:lts' steps: - checkout - run: yarn clean-install @@ -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: @@ -22,7 +22,7 @@ jobs: - run: yarn test release: docker: - - image: 'circleci/node:latest' + - image: 'circleci/node:lts' steps: - checkout - restore_cache: