mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2026-03-23 07:58:18 +03:00
Consume different tool-cache
This commit is contained in:
parent
e4990368a5
commit
4d73af8dd9
54 changed files with 3141 additions and 255 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