From d6cd3f321e321a2842c15fd2caca49dd83b09b15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 01:49:19 +0000 Subject: [PATCH] [renovate] Update circleci/node Docker tag to v10.24.1 --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0a3cd3c..e69b029 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: working_directory: ~/app docker: - - image: circleci/node:10.21.0 + - image: circleci/node:10.24.1 steps: - checkout - restore_cache: @@ -17,7 +17,7 @@ jobs: - node_modules test: docker: - - image: circleci/node:10.21.0 + - image: circleci/node:10.24.1 steps: - checkout - restore_cache: @@ -34,7 +34,7 @@ jobs: command: npm run test lint: docker: - - image: circleci/node:10.21.0 + - image: circleci/node:10.24.1 steps: - checkout - restore_cache: @@ -51,7 +51,7 @@ jobs: command: npm run lint compile: docker: - - image: circleci/node:10.21.0 + - image: circleci/node:10.24.1 steps: - checkout - restore_cache: @@ -68,7 +68,7 @@ jobs: command: npm run build deploy: docker: - - image: circleci/node:10.21.0 + - image: circleci/node:10.24.1 steps: - checkout - restore_cache: