Skip to content

Commit cbdc301

Browse files
Merge pull request #3 from intuit/renovate/node-8.x
Update Node.js to v8.17.0
2 parents 74de3fa + 698ad52 commit cbdc301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ debug: true
44
jobs:
55
build:
66
docker:
7-
- image: circleci/node:8.11.2
7+
- image: circleci/node:8.17.0
88
steps:
99
- checkout
1010
- run: yarn install
@@ -16,7 +16,7 @@ jobs:
1616
- .
1717
publish:
1818
docker:
19-
- image: circleci/node:8.11.2
19+
- image: circleci/node:8.17.0
2020
steps:
2121
- attach_workspace:
2222
at: .

0 commit comments

Comments
 (0)