mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-25 00:14:27 -04:00
Initial Import
This commit is contained in:
commit
9bb7038a07
244 changed files with 22913 additions and 0 deletions
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];
|
Loading…
Add table
Add a link
Reference in a new issue