Skip to content

Commit b58b5b0

Browse files
authored
Use node:10 image
1 parent 3a120c6 commit b58b5b0

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
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: debian:stretch
5+
- image: node:10
66

77
steps:
88
- checkout

0 commit comments

Comments
 (0)