From c92854b535fd5db43468f1267ee4be3d4d10d8a1 Mon Sep 17 00:00:00 2001 From: Joe Becher <71270647+drazisil-codecov@users.noreply.github.com> Date: Mon, 10 May 2021 08:28:15 -0400 Subject: [PATCH] ci: upgrade build node to 14.16.1 (#86) This is to match the version we are build Alpine on --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 408ab0fe6..ebdeb34c0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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: @@ -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. @@ -331,7 +331,7 @@ jobs: review: docker: - - image: circleci/node:12.16.1 + - image: circleci/node:14.16.1 steps: - attach_workspace: at: . @@ -362,7 +362,7 @@ jobs: deploy: docker: - - image: circleci/node:12.16.1 + - image: circleci/node:14.16.1 steps: - attach_workspace: at: .