We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 809371d + 70c4e6e commit 0455bf5Copy full SHA for 0455bf5
1 file changed
.circleci/config.yml
@@ -20,7 +20,7 @@ jobs:
20
no_output_timeout: '15m'
21
build-all:
22
docker:
23
- - image: circleci/node:9.6.1
+ - image: circleci/node:10.16.0
24
steps:
25
- checkout
26
- restore_cache:
@@ -38,7 +38,7 @@ jobs:
38
39
build:
40
41
42
43
- run: echo "RUN_BUILD is ${RUN_BUILD}"
44
0 commit comments