rknj / html2markdown

Github Action converting a HTML file to Markdown
MIT License
4 stars 2 forks source link

Update node version #4

Open RyosukeFukushima opened 6 months ago

RyosukeFukushima commented 6 months ago

This pull request addresses the deprecation warning that was being displayed when running Github Actions, specifically Node.js 16 actions are deprecated.. To resolve this, the Node.js version used in the actions has been updated.

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

In addition, the @types/node package has also been updated as part of this pull request.

While there are no specific test codes for these changes, rest assured that the functionality has been verified locally and everything is working as expected.


Thank you for developing such a useful action. Your efforts are greatly appreciated. Looking forward to your review and feedback.

RyosukeFukushima commented 4 months ago

fix #5