mirror of
https://code.forgejo.org/actions/setup-node
synced 2025-06-25 12:48:05 +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