This website requires JavaScript.
Explore
Help
Register
Sign In
actions
/
setup-node
Template
mirror of
https://github.com/actions/setup-node
Watch
1
Star
0
Fork
You've already forked setup-node
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
287437bd45
setup-node
/
node_modules
/
shelljs
/
global.js
4 lines
86 B
JavaScript
Raw
Blame
History
var
shell
=
require
(
'./shell.js'
)
;
for
(
var
cmd
in
shell
)
global
[
cmd
]
=
shell
[
cmd
]
;
Reference in New Issue
View Git Blame
Copy Permalink