Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit ededcec

Browse files
authored
Merge pull request #723 from lightninglabs/npm-audit
Upgrade to current node v8.x LTS with npm v6.x and activate npm audit
2 parents d9680dd + e3faa88 commit ededcec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '8.11.4'
3+
- '8'
44

55
matrix:
66
include:
@@ -27,6 +27,7 @@ before_install:
2727
- ./assets/script/install_lnd.sh
2828

2929
script:
30+
- npm audit
3031
- npm test
3132
- npm run build-storybook
3233

0 commit comments

Comments
 (0)