This website requires JavaScript.
Explore
Help
Sign In
actions
/
setup-node
Watch
2
Star
0
Fork
You've already forked setup-node
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1a4ff5493d
setup-node
/
src
/
setup-node.ts
4 lines
36 B
TypeScript
Raw
Normal View
History
Unescape
Escape
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 13:25:54 +00:00
import
{
run
}
from
'./main'
;
Initial Import
2019-08-04 01:49:54 +00:00
run
(
)
;