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 4141 name : Submit coverage data to codecov.
4242 command : bash <(curl -s https://codecov.io/bash)
4343 when : on_success
44- node-v8 -latest :
44+ node-v14 -latest :
4545 docker :
46- - image : rollupcabal/circleci-node-v8 :latest
46+ - image : rollupcabal/circleci-node-v14 :latest
4747 << : *unit_tests
4848 analysis :
4949 docker :
@@ -56,10 +56,10 @@ jobs:
5656 name : NPM Rebuild
5757 command : npm install
5858 - run :
59- name : Run linting.
59+ name : Run Linting
6060 command : npm run lint
6161 - run :
62- name : Run NSP Security Check.
62+ name : Run NPM Audit
6363 command : npm run security
6464version : 2.0
6565workflows :
@@ -73,7 +73,7 @@ workflows:
7373 filters :
7474 tags :
7575 only : /.*/
76- - node-v8 -latest :
76+ - node-v14 -latest :
7777 requires :
7878 - analysis
7979 filters :
You can’t perform that action at this time.
0 commit comments