use node 14 image in circleci

This commit is contained in:
afc163 2020-07-09 15:35:19 +08:00
parent 9febbca3fe
commit ce407809ca

View File

@ -3,7 +3,7 @@ version: 2
references:
container_config: &container_config
docker:
- image: circleci/node:lts
- image: circleci/node:14
working_directory: ~/ant-design
attach_workspace: &attach_workspace