Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
##########################
Expand Down