muhamedzeema / appgallery-deply-action

6 stars 7 forks source link

[Chore] Bump to node 16 #10

Closed dinisnunes1 closed 1 year ago

dinisnunes1 commented 1 year ago

Problem Action is using node 12, and now Github will remove that node version from their Github runners machines, forcing node 16 instead (like stated here).

Issue: https://github.com/muhamedzeema/appgallery-deply-action/issues/9

Solution Replace the node 12 with node 16.

Tests Tested with a fake_test.apk file, not uploading to appGallery but for testing if the action would build normally (it does, so the action is working fine with node 16 ✅ ).

node_16_test_action
dinisnunes1 commented 1 year ago

fyi @muhamedzeema