File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
build-linux-and-osx :
12
12
docker :
13
13
# specify the version you desire here
14
- - image : circleci/node:10.24 .1
14
+ - image : circleci/node:12.16 .1
15
15
16
16
# Specify service dependencies here if necessary
17
17
# CircleCI maintains a library of pre-built images
@@ -188,7 +188,7 @@ jobs:
188
188
test-linux :
189
189
docker :
190
190
# specify the version you desire here
191
- - image : circleci/node:10.24 .1
191
+ - image : circleci/node:12.16 .1
192
192
steps :
193
193
- checkout
194
194
- attach_workspace :
@@ -214,7 +214,7 @@ jobs:
214
214
215
215
test-linux-without-git :
216
216
docker :
217
- - image : circleci/node:10.24 .1
217
+ - image : circleci/node:12.16 .1
218
218
steps :
219
219
- attach_workspace :
220
220
# TODO: Determine why we use the cwd on Linex and not on other operating systems.
@@ -331,7 +331,7 @@ jobs:
331
331
332
332
review :
333
333
docker :
334
- - image : circleci/node:10.24 .1
334
+ - image : circleci/node:12.16 .1
335
335
steps :
336
336
- attach_workspace :
337
337
at : .
@@ -362,7 +362,7 @@ jobs:
362
362
363
363
deploy :
364
364
docker :
365
- - image : circleci/node:10.24 .1
365
+ - image : circleci/node:12.16 .1
366
366
steps :
367
367
- attach_workspace :
368
368
at : .
You can’t perform that action at this time.
0 commit comments