We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a55bd0 commit e93e3a9Copy full SHA for e93e3a9
.circleci/config.yml
@@ -7,7 +7,7 @@ jobs:
7
build:
8
docker:
9
# specify the version you desire here
10
- - image: circleci/node:7.10
+ - image: circleci/node:10.15
11
12
# Specify service dependencies here if necessary
13
# CircleCI maintains a library of pre-built images
@@ -34,4 +34,4 @@ jobs:
34
key: v1-dependencies-{{ checksum "package.json" }}
35
36
# run tests!
37
- - run: npm test
+ - run: npm test
0 commit comments