Skip to content

Commit a7a76bb

Browse files
committed
fix(circleci): update docker image
1 parent 3410d01 commit a7a76bb

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:
33
build:
44
working_directory: /usr/src/app
55
docker:
6-
- image: banian/node
6+
- image: circleci/node
77
steps:
88
# Checkout repository
99
- checkout

0 commit comments

Comments
 (0)