Skip to content

Commit

Permalink
ci: upgrade build node to 14.16.1 (#86)
Browse files Browse the repository at this point in the history
This is to match the version we are build Alpine on
  • Loading branch information
drazisil-codecov authored May 10, 2021
1 parent 4dd101d commit c92854b
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:12.16.1
- image: circleci/node:14.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:12.16.1
- image: circleci/node:14.16.1
steps:
- checkout
- attach_workspace:
Expand All @@ -214,7 +214,7 @@ jobs:

test-linux-without-git:
docker:
- image: circleci/node:12.16.1
- image: circleci/node:14.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:12.16.1
- image: circleci/node:14.16.1
steps:
- attach_workspace:
at: .
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:

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

0 comments on commit c92854b

Please sign in to comment.