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).
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 ✅ ).
Problem Action is using
node 12
, and now Github will remove that node version from their Github runners machines, forcingnode 16
instead (like stated here).Issue: https://github.com/muhamedzeema/appgallery-deply-action/issues/9
Solution Replace the
node 12
withnode 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 withnode 16
✅ ).