Skip to content

Commit f982500

Browse files
committed
Fix docker image
1 parent dbb6332 commit f982500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs: # a collection of steps
33
build: # runs not using Workflows must have a `build` job as entry point
44
working_directory: ~/elasticio-rest-node # directory where steps will run
55
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
6+
- image: circleci/node:12 # ...with this image as the primary container; this is where all `steps` will run
77
steps: # a collection of executable commands
88
- checkout # special step to check out source code to working directory
99
- run:

0 commit comments

Comments
 (0)