File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
22jobs :
33 install :
44 docker :
5- - image : ' circleci/node:8 '
5+ - image : ' circleci/node:latest '
66 working_directory : ~/repo
77 steps :
88 - checkout
2323 - node_modules
2424 test :
2525 docker :
26- - image : ' circleci/node:8 '
26+ - image : ' circleci/node:latest '
2727 working_directory : ~/repo
2828 steps :
2929 - checkout
3434 command : npm run test
3535 build-library :
3636 docker :
37- - image : ' circleci/node:8 '
37+ - image : ' circleci/node:latest '
3838 working_directory : ~/repo
3939 steps :
4040 - checkout
4949 - dist
5050 build-storybook :
5151 docker :
52- - image : ' circleci/node:8 '
52+ - image : ' circleci/node:latest '
5353 working_directory : ~/repo
5454 steps :
5555 - checkout
6464 - docs
6565 deploy :
6666 docker :
67- - image : ' circleci/node:8 '
67+ - image : ' circleci/node:latest '
6868 working_directory : ~/repo
6969 steps :
7070 - checkout
You can’t perform that action at this time.
0 commit comments