mirror of
https://github.com/actions/setup-node
synced 2025-04-04 16:15:49 +00:00
test
This commit is contained in:
parent
5ef044f9d0
commit
998083052b
2 changed files with 2 additions and 0 deletions
1
dist/setup/index.js
vendored
1
dist/setup/index.js
vendored
|
@ -93669,6 +93669,7 @@ function run() {
|
|||
const version = resolveVersionInput();
|
||||
let arch = core.getInput('architecture');
|
||||
const cache = core.getInput('cache');
|
||||
core.info("from Haritha's setup node repo");
|
||||
// if architecture supplied but node-version is not
|
||||
// if we don't throw a warning, the already installed x64 node will be used which is not probably what user meant.
|
||||
if (arch && !version) {
|
||||
|
|
|
@ -22,6 +22,7 @@ export async function run() {
|
|||
let arch = core.getInput('architecture');
|
||||
const cache = core.getInput('cache');
|
||||
|
||||
core.info("from Haritha's setup node repo");
|
||||
// if architecture supplied but node-version is not
|
||||
// if we don't throw a warning, the already installed x64 node will be used which is not probably what user meant.
|
||||
if (arch && !version) {
|
||||
|
|
Loading…
Add table
Reference in a new issue