We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb6332 commit f982500Copy full SHA for f982500
.circleci/config.yml
@@ -3,7 +3,7 @@ jobs: # a collection of steps
3
build: # runs not using Workflows must have a `build` job as entry point
4
working_directory: ~/elasticio-rest-node # directory where steps will run
5
docker: # run the steps with Docker
6
- - image: circleci/node:10.15 # ...with this image as the primary container; this is where all `steps` will run
+ - image: circleci/node:12 # ...with this image as the primary container; this is where all `steps` will run
7
steps: # a collection of executable commands
8
- checkout # special step to check out source code to working directory
9
- run:
0 commit comments