actions-gh-pages
actions-gh-pages copied to clipboard
proposal: Bump node from 12 to 16
Checklist
- [X] I am using the latest version of this action.
- [X] I have read the latest README and followed the instructions.
- [X] I have read the latest GitHub Actions official documentation and learned the basic spec and concepts.
Describe your proposal
Bump runtime version from node12
to node16
Describe the solution you'd like
- update
action.yml
- update test
- update CI
Describe alternatives you've considered
N/A
Additional context
- https://github.com/actions/runner/issues/772
- https://github.com/actions/runner/pull/1439
node18 was released today.
GitHub is emitting warnings:
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: peaceiris/actions-gh-pages
I want to know when to bump the node from 12 to 16 for the release version.
I am planning the next major release from node12 to node16 this weekend.
I am planning the next major release from node12 to node16 this weekend.
OK! thanks.
https://github.com/peaceiris/actions-gh-pages/releases/tag/v3.9.0