peaceiris / actions-mdbook

GitHub Actions for mdBook (rust-lang/mdBook) ⚡️ Setup mdBook quickly and build your site fast. Linux (Ubuntu), macOS, and Windows are supported.
https://github.com/marketplace/actions/mdbook-action
MIT License
289 stars 21 forks source link

proposal: update to Node.js 20 #503

Closed RadxaYuntian closed 4 months ago

RadxaYuntian commented 5 months ago

Checklist

Describe your proposal

Currently the following warning will be generated when using this action:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: peaceiris/actions-mdbook@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Describe the solution you'd like

Update to Node.js 20.

Describe alternatives you've considered

Use something else.

Additional context

Biannual occurrence: #465

peaceiris commented 4 months ago

fixed by https://github.com/peaceiris/actions-mdbook/pull/500

peaceiris commented 4 months ago

The tag v2.0.0 has been released, and the tag v2 is also available, thanks!

https://github.com/peaceiris/actions-mdbook/releases/tag/v2.0.0