Skip to content

Commit

Permalink
ci: upgrade node build version to 12.16.1 (#78)
Browse files Browse the repository at this point in the history
Upgrade the version of Node that Linux and OSX are built in to 12.16.1, to match the alpine version.
  • Loading branch information
drazisil-codecov authored May 6, 2021
1 parent 37e9224 commit d0a03ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build-linux-and-osx:
docker:
# specify the version you desire here
- image: circleci/node:10.24.1
- image: circleci/node:12.16.1

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
test-linux:
docker:
# specify the version you desire here
- image: circleci/node:10.24.1
- image: circleci/node:12.16.1
steps:
- checkout
- attach_workspace:
Expand All @@ -214,7 +214,7 @@ jobs:

test-linux-without-git:
docker:
- image: circleci/node:10.24.1
- image: circleci/node:12.16.1
steps:
- attach_workspace:
# TODO: Determine why we use the cwd on Linex and not on other operating systems.
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:

review:
docker:
- image: circleci/node:10.24.1
- image: circleci/node:12.16.1
steps:
- attach_workspace:
at: .
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:

deploy:
docker:
- image: circleci/node:10.24.1
- image: circleci/node:12.16.1
steps:
- attach_workspace:
at: .
Expand Down

0 comments on commit d0a03ad

Please sign in to comment.