Homebrew / actions

🚀 Homebrew's GitHub Actions
BSD 2-Clause "Simplified" License
122 stars 39 forks source link

feat: bump runtime to node 20 #411

Closed chenrui333 closed 1 year ago

chenrui333 commented 1 year ago

Node12 was deleted from runner. Node20 was added to Actions Runner on v2.308.0. Node16 has en end of life on 11 Sep 2023.

This PR updates the default runtime to node20, rather then node16


also bump checkout action to v4

dawidd6 commented 1 year ago

You would need to switch from fork PR to origin repo PR for all the checks to work properly.

MikeMcQuaid commented 1 year ago

@chenrui333 please reopen from a non-fork, thanks!

chenrui333 commented 1 year ago

Doing a new one, #414, thanks folks!