Commit Graph

12 Commits (5984462aaa1ebbfd6105de1f5d30f9c6b9b3ba77)

Author SHA1 Message Date
Amin Yahyaabadi 5984462aaa Rename node-arch to architecture
Amin Yahyaabadi 2d8887128d feat: node-arch in action.yml
Co-Authored-By: Tyler Ang-Wanek <tylerw@axosoft.com>
Maxim Lobanov 1ae8f4b1fd
Implement "check-latest" flag to check if pre-cached version is latest one ()
Bryan MacFarlane e434342e4e
download from node-versions and fallback to node dist ()
* download LTS versions from releases

* support upcoiming ghes 

Co-authored-by: eric sciple <ericsciple@users.noreply.github.com>
Charlie Fish 0cc027b656
Changing node-version default to be latest LTS (12.x)
eric sciple d123f10543
follow proxy settings ()
Danny McCormick c35dd24c52
Deprecate version property ()
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
Danny McCormick dd2e8a486f
Use node-version instead of version ()
* Use node-version instead of version

* Add deprecation date
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
Chris Patterson 9bb7038a07 Initial Import