Loading
github-runner: 2.307.1 -> 2.308.0
* Update runner to v2.308.0 * Use Node 20 by default * Allow building with Node 16 support through `nodeRuntimes` argument It's important to have an easy optin for Node 16 since quite many GitHub actions (explicitly) rely on Node 16. It probably will take some time until most switch to Node 20. Note that it's also not an option to tell those who need Node 16 support to continue to use an older version since GitHub removes support for previous releases quite quickly.