Commit Graph

38 Commits (46903d1fb12ef202fe9110cee5fdb79310e215de)
 

Author SHA1 Message Date
Josh Gross 46903d1fb1
Await exec calls to ensure proper version ordering
Josh Gross 28505ad4d3
Move version to args
Josh Gross 2d53d29868
Use actions/exec for getting version
Josh Gross 1e163ded31
Quote exec parameters
Josh Gross ffde538781
Only include npm version if npm exists
Josh Gross e99a7e62b2
Add dist changes
Josh Gross 0dc69b3a71
Remove extra version logging
Josh Gross 52eb8a7524
Log node and npm version
eric sciple 83c9f7a7df
Update tool-cache for download retries ()
Nick Schonning ada4b782b3
chore: Use checkout@v2 for code examples ()
eric sciple 1c5c1375b3
consume getJson function for better error messages ()
eric sciple d123f10543
follow proxy settings ()
David Kale 9a99bb3e35
Merge pull request from actions/arm-installer
Get correct url for arm dist
David Kale 93313caf82 Add extra info
David Kale 43d44139c7 Get correct url for arm dist
Bryan MacFarlane 6ecfd2dcb2
Merge pull request from phishy/patch-1
Update README.md
Chris Patterson 466ce3c2f0
Update README.md
Jeff Loiselle f499b0c1ab
Update README.md
Chris Patterson e565252a9d
Fixing checkout to reference v1 in readme
Danny McCormick c35dd24c52
Deprecate version property ()
Jason Walton 4fd9403fe5 Fix example to use NPM_TOKEN instead of YARN_TOKEN. ()
Jason Walton ca2e28376a Example showing how to use this to install private packages securely. ()
David J. Felix 7a3ce83626 Add setting for always-auth ()
* Add setting for always-auth

- https://docs.npmjs.com/misc/config#always-auth
- Allow private repos for stuff like artifactory to work

* Fix tests for always-auth
Kid 57adacb752 remove unnessary install yarn command ()
Danny McCormick 7af5963081
Update .gitignore ()
dependabot[bot] 1ba3bc7e28 Bump lodash from 4.17.11 to 4.17.15 ()
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
James M. Greene d43864199a Force all scope names to be lowercased ()
Fixes 
Danny McCormick 3d792c1dbd
Consume toolkit from npmjs ()
damccorm a0c716db3e Make typed-rest-client dependency explicit
damccorm 1c24df3126 User agent
Danny McCormick dd2e8a486f
Use node-version instead of version ()
* Use node-version instead of version

* Add deprecation date
Danny McCormick d963e800e3
Add badge
Danny McCormick 27212a1fbb
Update action name
Danny McCormick 78148dae50
Add auth support ()
* Updates

* Update

* Update

* Update

* Update

* Yarn sometimes prefers npmrc, so use same token

* Description

* Update readme

* Feedback

* Add type

* new toolkit and scoped registries

* npmrc in RUNNER_TEMP

* Dont always auth

* Try exporting blank token

* Get auth working for now pending runner changes

* Fix string interpolation for auth token.

* Don't export both userconfigs

* Update authutil.js

* Add single quotes for authString

* Fix the registry string.

* Use userconfig and append trailing slash

* Keep in root of repo

* Try just adding auth token

* Remove auth token

* Try changes again

* Add tests

* Npm and GPR samples

* Add types
Danny McCormick 0675b87d74
Update installer.js ()
* Update installer.js

* Update installer.ts

* Update installer.js
Danny McCormick 213c968cb9
Update io ()
Danny McCormick 9580326150 Add correct tool-cache
Chris Patterson 9bb7038a07 Initial Import