File tree Expand file tree Collapse file tree 3 files changed +5
-14
lines changed
Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - " 4 "
4- - " 6 "
5- - " 8 "
6- - " stable "
3+ - ' 8 '
4+ - ' 10 '
5+ - " lts/* " # Active LTS release
6+ - " node " # Latest stable release
77after_success :
88 - make report-coverage
9- - make nsp
109
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ ESLINT := $(NODE_BIN)/eslint
2626ISTANBUL := $(NODE_BIN ) /istanbul
2727MOCHA := $(NODE_BIN ) /mocha
2828_MOCHA := $(NODE_BIN ) /_mocha
29- NSP := $(NODE_BIN ) /nsp
3029UNLEASH := $(NODE_BIN ) /unleash
3130
3231
@@ -77,13 +76,8 @@ lint: $(NODE_MODULES) ## Run lint and style checks
7776 @$(ESLINT ) $(ALL_FILES )
7877
7978
80- .PHONY : nsp
81- nsp : $(NODE_MODULES ) $(YARN_LOCK ) # # Check for dependency vulnerabilities
82- @$(NSP ) check --preprocessor yarn
83-
84-
8579.PHONY : prepush
86- prepush : $(NODE_MODULES ) lint test nsp # # Run all required tasks for a git push
80+ prepush : $(NODE_MODULES ) lint test # # Run all required tasks for a git push
8781
8882
8983.PHONY : test
Original file line number Diff line number Diff line change 4242 "istanbul" : " ^0.4.5" ,
4343 "mkdirp" : " ^0.5.1" ,
4444 "mocha" : " ^6.1.4" ,
45- "nsp" : " ^3.2.1" ,
46- "nsp-preprocessor-yarn" : " ^1.0.1" ,
4745 "restify" : " ^8.3.1" ,
4846 "restify-clients" : " ^2.6.4"
4947 },
You can’t perform that action at this time.
0 commit comments