mirror of
https://gitea.com/actions/setup-node.git
synced 2025-07-12 14:47:07 +08:00
Initial Import
This commit is contained in:
3
node_modules/shelljs/global.js
generated
vendored
Normal file
3
node_modules/shelljs/global.js
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
var shell = require('./shell.js');
|
||||
for (var cmd in shell)
|
||||
global[cmd] = shell[cmd];
|
Reference in New Issue
Block a user