mirror of
https://github.com/actions/setup-node.git
synced 2025-07-23 23:18:25 +02:00
Add auth and ci
This commit is contained in:
parent
eac926003b
commit
caa2ca642d
9 changed files with 139 additions and 17 deletions
|
@ -63,8 +63,7 @@ function getNode(versionSpec) {
|
|||
//
|
||||
// prepend the tools path. instructs the agent to prepend for future tasks
|
||||
//
|
||||
// TODO - addPath not implemented yet (this should probably actually be in core)
|
||||
// tc.addPath(toolPath);
|
||||
core.addPath(toolPath);
|
||||
});
|
||||
}
|
||||
exports.getNode = getNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue