From aeb905be74c3a3429c46c90f200c8b9e556c31a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:49:32 -0400 Subject: [PATCH] chore(deps): update node.js to v16.3.0 (#122) Co-authored-by: Renovate Bot --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f148864d2..c3eeaee8f 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:16.2.0 + - image: circleci/node:16.3.0 # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images @@ -171,7 +171,7 @@ jobs: test-linux: docker: # specify the version you desire here - - image: circleci/node:16.2.0 + - image: circleci/node:16.3.0 steps: - checkout - attach_workspace: @@ -197,7 +197,7 @@ jobs: test-linux-without-git: docker: - - image: circleci/node:16.2.0 + - image: circleci/node:16.3.0 steps: - attach_workspace: # TODO: Determine why we use the cwd on Linex and not on other operating systems. @@ -314,7 +314,7 @@ jobs: review: docker: - - image: circleci/node:16.2.0 + - image: circleci/node:16.3.0 steps: - attach_workspace: at: . @@ -345,7 +345,7 @@ jobs: deploy: docker: - - image: circleci/node:16.2.0 + - image: circleci/node:16.3.0 steps: - attach_workspace: at: .