Skip to content

Commit 76a56f6

Browse files
committed
chore: upgrade docker image to node10
1 parent 4535883 commit 76a56f6

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
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# https://circleci.com/docs/2.0/circleci-images/
10-
- image: circleci/node:9-browsers
10+
- image: circleci/node:10.0-stretch
1111

1212
steps:
1313
- checkout

0 commit comments

Comments
 (0)