Skip to content

Commit

Permalink
change circleci node image to 6.12.3 to ensure node 6 compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Jan 13, 2018
1 parent 8ce0da4 commit e1ba1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
vm_settings: &vm_settings
docker:
- image: circleci/node:8.9.4-browsers
- image: circleci/node:6.12.3-browsers

jobs:
install_template_deps:
Expand Down

0 comments on commit e1ba1ea

Please sign in to comment.