Commit Graph

12 Commits

Author SHA1 Message Date
agorti
0648d434e6 [windows] update npm registry to https (#3521) 2021-06-04 14:33:52 +03:00
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
Aleksandr Chebotov
4ef13d58ee remove import ImageHelpers module 2020-10-05 09:17:49 +03:00
Alexander Sklar
8c087af706 Update Install-NodeLts.ps1 2020-09-09 10:45:40 -07:00
Darii Nurgaleev
b47ba413c9 Replace current validates with pester testing approach #3 (#1230)
* Pester Tests Approach implementation.

* changes for netPath
2020-07-17 11:29:03 +03:00
Vladimir Safonkin
9ed8bbbc63 Add Newman tool (#1185)
* Add Newman

* Move installation to NodeLts script on Windows
2020-07-07 11:37:15 +03:00
Aleksandr Chebotov
edce722a68 Improve choco stability by adding retry logic on Windows images (#721)
Add retry logic for choco install to avoid random failures
2020-04-17 10:53:30 +03:00
Christina Weems
0db9ff9ce0 Install node-sass module 2020-02-20 14:28:35 -05:00
Sergey Dolin
f26dcc9a91 set -g instead of --global to be consistent with previous lines 2020-02-07 17:02:10 +05:00
Sergey Dolin
98efcac9a1 Add lerna 2020-02-05 18:18:51 +05:00
Shady Ibraheem
1dcd276b1e Another mop up commit to add missing changes from the last mop-up. 2019-12-13 11:57:37 -05:00
Shady Ibraheem
f396818e23 Inital commit. 2019-11-15 15:38:01 -05:00