Skip to content

Commit 89aefbe

Browse files
author
Phillip Clark
committed
latest lts version
1 parent c880575 commit 89aefbe

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
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/repo
55
docker:
6-
- image: circleci/node:8.11.1
6+
- image: circleci/node:8.11.3
77
steps:
88
- checkout
99
- run:
@@ -32,7 +32,7 @@ jobs:
3232
build_deploy_npm:
3333
working_directory: ~/repo
3434
docker:
35-
- image: circleci/node:8.11.1
35+
- image: circleci/node:8.11.3
3636
steps:
3737
- checkout
3838
- run:

0 commit comments

Comments
 (0)