Files
runner-images/images/win/scripts/Installers
Dr e2027939f3 [Windows] use npm config instead of npm_config_cache (#2153)
The `npm_config_cache` env, if set, will have highest priority, and harder to change.

One way to un-set this is add a global workflow env, like:
```
env:
  npm_config_cache: ''
```

This commit change the cache config to use `npm config set cache $CachePath --global`,
which should save the path under the global npmrc at: `C:\npm\prefix\etc\npmrc`,
and allow easier later reset with user/repo level `.npmrc` files.

For the record, my usage is to unify all platform's npm cache to `~/.npm/`,
then use the same cache action config on all platform to cache the folder.
2021-01-14 19:27:02 +03:00
..
2020-10-19 10:33:43 +03:00
2020-07-09 10:53:29 +03:00
2020-07-09 10:53:29 +03:00
2020-10-09 10:49:45 -07:00
2020-09-22 16:28:42 +03:00
2020-07-13 12:10:54 +03:00
2020-07-13 12:10:54 +03:00
2020-07-09 11:06:29 +03:00
2020-10-08 16:57:24 +03:00
2020-07-27 11:41:47 +03:00
2020-04-24 20:14:42 +03:00
2020-11-16 10:46:20 +03:00
2020-10-28 09:29:33 +03:00
2020-07-13 16:17:49 +03:00