CircleCI: Update Node version.

This commit is contained in:
David Braun 2017-12-06 13:09:07 -05:00
parent 31ff85abbf
commit ea0a8003a6
No known key found for this signature in database
GPG key ID: 5694EEC4D129BDCF

View file

@ -7,7 +7,7 @@ jobs:
build: build:
docker: docker:
# specify the version you desire here # specify the version you desire here
- image: circleci/node:7.10 - image: circleci/node:8.9.1
# Specify service dependencies here if necessary # Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images # CircleCI maintains a library of pre-built images