From a7372c40f17d6f33ad93c10e8579cd1ad7910ca2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 02:11:35 +0000 Subject: [PATCH] chore: update dependency cimg/node to v18 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6b98577d58..a68a33380c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,7 +60,7 @@ commands: jobs: node-v14: docker: - - image: cimg/node:14.19 + - image: cimg/node:18.4 auth: username: smarthrinc password: $DOCKER_HUB_ACCESS_TOKEN @@ -69,7 +69,7 @@ jobs: - run-npm-test node-v16: docker: - - image: cimg/node:16.15 + - image: cimg/node:18.4 auth: username: smarthrinc password: $DOCKER_HUB_ACCESS_TOKEN @@ -79,7 +79,7 @@ jobs: - run-npm-test reg-suit: docker: - - image: cimg/node:16.15-browsers + - image: cimg/node:18.4-browsers auth: username: smarthrinc password: $DOCKER_HUB_ACCESS_TOKEN