Skip to content

Commit

Permalink
chore: fix CI config
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
  • Loading branch information
aldeed committed May 19, 2020
1 parent aa2e8d5 commit a3ef8fe
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.16.0
- image: circleci/node:10

working_directory: ~/repo

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

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

working_directory: ~/repo

Expand Down

0 comments on commit a3ef8fe

Please sign in to comment.