Skip to content

Commit 7edafcd

Browse files
committed
ci: use lts version for CI
1 parent 92bc35e commit 7edafcd

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
docker:
55
# specify the version you desire here
6-
- image: vuejs/ci
6+
- image: circleci/node:lts
77
user: node
88

99
working_directory: /home/node/repo

0 commit comments

Comments
 (0)