mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 03:28:42 +00:00
rebuild dist
This commit is contained in:
parent
7df7057afa
commit
0dbcb6ae71
1 changed files with 1 additions and 1 deletions
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
|
@ -73691,7 +73691,7 @@ function run() {
|
|||
}
|
||||
if (version) {
|
||||
const token = core.getInput('token');
|
||||
const auth = !token || cache_utils_1.isGhes() ? undefined : `token ${token}`;
|
||||
const auth = !token ? undefined : `token ${token}`;
|
||||
const stable = (core.getInput('stable') || 'true').toUpperCase() === 'TRUE';
|
||||
const checkLatest = (core.getInput('check-latest') || 'false').toUpperCase() === 'TRUE';
|
||||
yield installer.getNode(version, stable, checkLatest, auth, arch);
|
||||
|
|
Loading…
Add table
Reference in a new issue