mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 02:46:01 +08:00
fix: update npm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user