1
0
mirror of synced 2025-11-08 12:57:47 +00:00

ci(npm): cache node modules in each CI config

This commit is contained in:
Jason Dreyzehner
2018-03-20 22:08:01 -04:00
parent 58269703c5
commit 07f7a3648b
3 changed files with 9 additions and 2 deletions

View File

@@ -5,6 +5,9 @@ environment:
version: "{build}"
cache:
- node_modules -> package.json
install:
- ps: Install-Product node $env:nodejs_version
- node --version