Skip to content

Commit e1ba1ea

Browse files
committed
change circleci node image to 6.12.3 to ensure node 6 compat.
1 parent 8ce0da4 commit e1ba1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
vm_settings: &vm_settings
33
docker:
4-
- image: circleci/node:8.9.4-browsers
4+
- image: circleci/node:6.12.3-browsers
55

66
jobs:
77
install_template_deps:

0 commit comments

Comments
 (0)