Skip to content

Commit

Permalink
latest lts version
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Clark committed Aug 10, 2018
1 parent c880575 commit 89aefbe
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 @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/repo
docker:
- image: circleci/node:8.11.1
- image: circleci/node:8.11.3
steps:
- checkout
- run:
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
build_deploy_npm:
working_directory: ~/repo
docker:
- image: circleci/node:8.11.1
- image: circleci/node:8.11.3
steps:
- checkout
- run:
Expand Down

0 comments on commit 89aefbe

Please sign in to comment.