ci(npm): cache node modules in each CI config
This commit is contained in:
@@ -5,6 +5,9 @@ environment:
|
||||
|
||||
version: "{build}"
|
||||
|
||||
cache:
|
||||
- node_modules -> package.json
|
||||
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- node --version
|
||||
|
||||
Reference in New Issue
Block a user