msys2 / setup-msys2

GitHub Action to setup MSYS2
https://github.com/marketplace/actions/setup-msys2
MIT License
302 stars 40 forks source link

Switch to nodejs v16 #201

Closed lazka closed 2 years ago

lazka commented 2 years ago

GHA supports v12 and v16, see https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsusing

v12 is EOL soon, so update.

jeremyd2019 commented 2 years ago

It looks like Github's actions have done this in a new "v3" major version, apparently for the case of older GHES/Github Connect. These are not things I have any experience with.

I do have experience trying to run an "old" self-hosted runner against public Github (node16 is supported as of 2.285.0, which is 3 releases ago now, and anything that old is most likely rejected by Github's servers).

eine commented 2 years ago

Thanks!