CircleCI: Update Node version.
This commit is contained in:
parent
31ff85abbf
commit
ea0a8003a6
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue