Skip to content

Commit

Permalink
Merge pull request #3 from intuit/renovate/node-8.x
Browse files Browse the repository at this point in the history
Update Node.js to v8.17.0
  • Loading branch information
MadaraUchiha-314 committed Jan 27, 2020
2 parents 74de3fa + 698ad52 commit cbdc301
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 @@ -4,7 +4,7 @@ debug: true
jobs:
build:
docker:
- image: circleci/node:8.11.2
- image: circleci/node:8.17.0
steps:
- checkout
- run: yarn install
Expand All @@ -16,7 +16,7 @@ jobs:
- .
publish:
docker:
- image: circleci/node:8.11.2
- image: circleci/node:8.17.0
steps:
- attach_workspace:
at: .
Expand Down

0 comments on commit cbdc301

Please sign in to comment.