Rename node-arch to architecture

This commit is contained in:
Amin Yahyaabadi
2020-12-08 16:15:38 -06:00
parent aabe026707
commit 5984462aaa
5 changed files with 12 additions and 12 deletions

View File

@ -356,7 +356,7 @@ describe('setup-node', () => {
}[os.platform];
inputs['node-version'] = version;
inputs['node-arch'] = arch;
inputs['architecture'] = arch;
inputs['always-auth'] = false;
inputs['token'] = 'faketoken';