10
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2026-04-05 23:46:54 +00:00

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';