From 55ace47c06a7e6e3dc21c8954ec8d3fa76a3a534 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 20:45:24 +0000 Subject: [PATCH] Pin Node.js --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3874115..dae621e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: # a collection of steps build: # runs not using Workflows must have a `build` job as entry point working_directory: ~/graphql-microservices # directory where steps will run docker: # run the steps with Docker - - image: circleci/node:10 # ...with this image as the primary container; this is where all `steps` will run + - image: circleci/node:10.24.1 # ...with this image as the primary container; this is where all `steps` will run steps: # a collection of executable commands - checkout # special step to check out source code to working directory ##########################