fix: update npm

This commit is contained in:
Wyatt Johnson
2018-07-17 12:49:35 -06:00
parent 54e99dec12
commit 2cf7f1e2ef
+3
View File
@@ -21,6 +21,9 @@ jobs:
at: ~/coralproject/talk
- restore_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: Update NPM
command: npm update -g npm
- run:
name: Install dependencies
command: npm install