Skip to content

Commit

Permalink
ci: upgrade node from 8 to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
il-masaru-yamagishi committed Jan 6, 2020
1 parent ea7b90b commit 6e9fb32
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 @@ -21,7 +21,7 @@ workflows:
jobs:
build:
docker:
- image: circleci/node:8
- image: circleci/node:12
working_directory: ~/repo
steps:
- checkout
Expand All @@ -43,7 +43,7 @@ jobs:

lint:
docker:
- image: circleci/node:8
- image: circleci/node:12
working_directory: ~/repo
steps:
- checkout
Expand All @@ -64,7 +64,7 @@ jobs:

release:
docker:
- image: circleci/node:8
- image: circleci/node:12
working_directory: ~/repo
steps:
- checkout
Expand Down

0 comments on commit 6e9fb32

Please sign in to comment.