mirror of
https://github.com/wassname/talk.git
synced 2026-08-18 12:30:39 +08:00
fix: sudo with global npm update
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
key: dependency-cache-{{ checksum "package-lock.json" }}
|
||||
- run:
|
||||
name: Update NPM
|
||||
command: npm update -g npm
|
||||
command: sudo npm update -g npm
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: npm install
|
||||
|
||||
Reference in New Issue
Block a user