mathiasvr / command-output

GitHub action that runs a command and store its output
MIT License
41 stars 10 forks source link

Update to node20 #10

Open danielhjacobs opened 7 months ago

danielhjacobs commented 7 months ago

Node 16 is deprecated. See https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

danielhjacobs commented 4 months ago

Well, seeing this get no attention, hopefully most users of this action can have their use cases covered with https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter. For reference, for Ruffle that was done in this PR: https://github.com/ruffle-rs/ruffle/pull/16044