Closed dotNomad closed 2 weeks ago
Our release GitHub action uses version 1 of softprops/action-gh-release we can update it to version 2 to avoid the deprecated Node.js version warning:
softprops/action-gh-release
release The following actions use a deprecated Node.js version and will be forced to run on node20: softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
See this run for an example of the warning: https://github.com/posit-dev/publisher/actions/runs/11826395875
Reading the release notes for softprops/action-gh-release it doesn't look like we will need to make any changes.
Our release GitHub action uses version 1 of
softprops/action-gh-release
we can update it to version 2 to avoid the deprecated Node.js version warning:See this run for an example of the warning: https://github.com/posit-dev/publisher/actions/runs/11826395875
Reading the release notes for
softprops/action-gh-release
it doesn't look like we will need to make any changes.