Skip to content

Commit d0a03ad

Browse files
ci: upgrade node build version to 12.16.1 (#78)
Upgrade the version of Node that Linux and OSX are built in to 12.16.1, to match the alpine version.
1 parent 37e9224 commit d0a03ad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build-linux-and-osx:
1212
docker:
1313
# specify the version you desire here
14-
- image: circleci/node:10.24.1
14+
- image: circleci/node:12.16.1
1515

1616
# Specify service dependencies here if necessary
1717
# CircleCI maintains a library of pre-built images
@@ -188,7 +188,7 @@ jobs:
188188
test-linux:
189189
docker:
190190
# specify the version you desire here
191-
- image: circleci/node:10.24.1
191+
- image: circleci/node:12.16.1
192192
steps:
193193
- checkout
194194
- attach_workspace:
@@ -214,7 +214,7 @@ jobs:
214214

215215
test-linux-without-git:
216216
docker:
217-
- image: circleci/node:10.24.1
217+
- image: circleci/node:12.16.1
218218
steps:
219219
- attach_workspace:
220220
# TODO: Determine why we use the cwd on Linex and not on other operating systems.
@@ -331,7 +331,7 @@ jobs:
331331

332332
review:
333333
docker:
334-
- image: circleci/node:10.24.1
334+
- image: circleci/node:12.16.1
335335
steps:
336336
- attach_workspace:
337337
at: .
@@ -362,7 +362,7 @@ jobs:
362362

363363
deploy:
364364
docker:
365-
- image: circleci/node:10.24.1
365+
- image: circleci/node:12.16.1
366366
steps:
367367
- attach_workspace:
368368
at: .

0 commit comments

Comments
 (0)