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 ##########################