Commit Graph

21 Commits (99d584aa06f947eb56f0dd38ca328bb7e0e9b0ff)

Author SHA1 Message Date
Amin Yahyaabadi 99d584aa06 docs: enhance the readme example to include multiple os, version, and archs
Amin Yahyaabadi 0635b31a61 feat: add readme for architecture
Co-Authored-By: Tyler Ang-Wanek <tylerw@axosoft.com>
Maxim Lobanov 321b6ccb03
Switch from "master" to "main" branch ()
* Switch from "master" to "main" branch

* Update README.md
Maxim Lobanov 1ae8f4b1fd
Implement "check-latest" flag to check if pre-cached version is latest one ()
Bryan MacFarlane 0e2f9cde8b announce v2-beta
Bryan MacFarlane 7c6182c745
Update README.md
Bryan MacFarlane a47b2f66c6
Merge pull request from nschonni/patch-2
chore: Swap EOL 8 in example for 12
Bryan MacFarlane 339aa41a8d
Readme update
Nick Schonning ada4b782b3
chore: Use checkout@v2 for code examples ()
Nick Schonning 6b7f6c9fa6
chore: Swap EOL 8 in example for 12
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
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. ()
Kid 57adacb752 remove unnessary install yarn command ()
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 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