git-for-windows/get-azure-pipelines-artifact

Use node v16.x

dscho opened this issue · 1 comments

dscho commented

I kind of missed the announcement, I guess, but according to the documentation, GitHub Actions can now use node v16.x instead of v12.x (which starts to age a little).

Let's do that, let's upgrade this Action to use the newer node version by changing action.yml and of course package.json/package-lock.json accordingly.

rimrul commented

Fixed by #330.