Rohan Chougule
68fafecfa4
refactor: use core.info instead of console.log ( #185 )
2021-01-20 10:28:35 -05:00
Andres Vargas
d8c1b596a6
Merge branch 'main' of github.com:actions/setup-node into main
2020-12-15 11:52:46 -06:00
Amin Yahyaabadi
d6fea3c137
update message to be more general
...
This considers self-hosted runners
2020-12-09 11:27:02 -06:00
Amin Yahyaabadi
5984462aaa
Rename node-arch to architecture
2020-12-08 16:24:02 -06:00
Andres Vargas
66dfac5328
update comment
2020-10-21 19:02:40 -05:00
Andres Vargas
14e150d2b1
update changes
2020-10-21 18:22:21 -05:00
Andres Vargas
8dde5bc004
adding test for NODE_AUTH_TOKEN overwritten
2020-10-21 18:14:34 -05:00
Amin Yahyaabadi
2a5c060ce2
fix: add warning for when arch is supplied but version is missing
2020-09-06 11:09:41 -05:00
Amin Yahyaabadi
0a161fe2f9
fix: use arch instead of osArch in INodeVersionInfo
2020-09-05 06:58:15 -05:00
Amin Yahyaabadi
66f3e9f7ce
feat: add arch to queryDistForMatch
2020-09-03 12:22:16 -05:00
Amin Yahyaabadi
82271389a6
feat: add arch to cacheDir
2020-09-03 12:22:16 -05:00
Amin Yahyaabadi
2e40994c28
feat: add arch to getInfoFromDist
2020-09-03 12:22:16 -05:00
Amin Yahyaabadi
c7e4d38541
feat: add arch to downloading message
2020-09-03 12:18:12 -05:00
Amin Yahyaabadi
3eb4bc9d68
feat: add arch to acquireNodeFromFallbackLocation
2020-09-03 09:03:26 -05:00
Amin Yahyaabadi
bf47decdc2
feat: add arch to tc.find
...
Co-Authored-By: Tyler Ang-Wanek <tylerw@axosoft.com>
2020-09-03 09:03:26 -05:00
Amin Yahyaabadi
6afbfca452
feat: add arch to getInfoFromManifest
2020-09-03 09:03:26 -05:00
Amin Yahyaabadi
3e84c3523b
feat: add arch to INodeVersionInfo
2020-09-03 07:52:40 -05:00
Amin Yahyaabadi
6668516d2a
feat: add arch to resolveVersionFromManifest
2020-09-03 07:52:39 -05:00
Amin Yahyaabadi
f27ebaf08b
feat: add arch to getNode
...
Co-Authored-By: Tyler Ang-Wanek <tylerw@axosoft.com>
2020-09-03 07:52:39 -05:00
Amin Yahyaabadi
42d59fbc36
feat: add arch to run
2020-09-03 07:52:39 -05:00
Maxim Lobanov
321b6ccb03
Switch from "master" to "main" branch ( #171 )
...
* Switch from "master" to "main" branch
* Update README.md
2020-07-20 12:50:59 -04:00
Maxim Lobanov
1ae8f4b1fd
Implement "check-latest" flag to check if pre-cached version is latest one ( #165 )
2020-06-29 14:56:37 -04:00
Bryan MacFarlane
e434342e4e
download from node-versions and fallback to node dist ( #147 )
...
* download LTS versions from releases
* support upcoiming ghes
Co-authored-by: eric sciple <ericsciple@users.noreply.github.com>
2020-05-19 09:25:54 -04:00
Josh Gross
46903d1fb1
Await exec calls to ensure proper version ordering
2020-04-21 14:17:29 -04:00
Josh Gross
28505ad4d3
Move version to args
2020-04-21 14:13:03 -04:00
Josh Gross
2d53d29868
Use actions/exec for getting version
2020-04-21 14:03:26 -04:00
Josh Gross
1e163ded31
Quote exec parameters
2020-04-21 11:40:45 -04:00
Josh Gross
ffde538781
Only include npm version if npm exists
2020-04-21 11:23:19 -04:00
Josh Gross
0dc69b3a71
Remove extra version logging
2020-04-16 10:56:07 -04:00
Josh Gross
52eb8a7524
Log node and npm version
2020-04-16 10:45:55 -04:00
eric sciple
83c9f7a7df
Update tool-cache for download retries ( #120 )
2020-03-10 11:51:57 -04:00
eric sciple
1c5c1375b3
consume getJson function for better error messages ( #110 )
2020-02-05 11:20:33 -05:00
eric sciple
d123f10543
follow proxy settings ( #105 )
2020-01-27 10:37:12 -05:00
David Kale
93313caf82
Add extra info
2019-11-20 15:30:44 -05:00
David Kale
43d44139c7
Get correct url for arm dist
2019-11-20 12:21:56 -05:00
David J. Felix
7a3ce83626
Add setting for always-auth ( #48 )
...
* 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
2019-09-03 10:57:45 -04:00
James M. Greene
d43864199a
Force all scope names to be lowercased ( #39 )
...
Fixes #38
2019-08-21 22:46:35 -04:00
damccorm
1c24df3126
User agent
2019-08-16 14:05:26 -04:00
Danny McCormick
dd2e8a486f
Use node-version instead of version ( #28 )
...
* Use node-version instead of version
* Add deprecation date
2019-08-13 16:32:09 -04:00
Danny McCormick
78148dae50
Add auth support ( #21 )
...
* 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
2019-08-06 18:26:04 -04:00
Danny McCormick
0675b87d74
Update installer.js ( #24 )
...
* Update installer.js
* Update installer.ts
* Update installer.js
2019-08-05 22:23:46 -04:00
Chris Patterson
9bb7038a07
Initial Import
2019-08-03 21:49:54 -04:00