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,8 +7,8 @@ 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
# documented at https://circleci.com/docs/2.0/circleci-images/ # documented at https://circleci.com/docs/2.0/circleci-images/
@ -32,7 +32,7 @@ jobs:
paths: paths:
- node_modules - node_modules
key: v1-dependencies-{{ checksum "package.json" }} key: v1-dependencies-{{ checksum "package.json" }}
# run tests! # run tests!
- run: yarn test - run: yarn test