Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Dobbertin <[email protected]>
  • Loading branch information
aldeed committed Feb 6, 2020
1 parent 8ada3b7 commit b8dce41
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 @@ -6,7 +6,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:8.6.0
- image: circleci/node:8.16.0

working_directory: ~/repo

Expand All @@ -32,7 +32,7 @@ jobs:

deploy:
docker:
- image: circleci/node:8.6.0
- image: circleci/node:8.16.0

working_directory: ~/repo

Expand Down

0 comments on commit b8dce41

Please sign in to comment.