ethomson / send-tweet-action

Send a tweet from a GitHub Action
MIT License
84 stars 8 forks source link

Support for node16 #25

Open raoulvdberge opened 1 year ago

raoulvdberge commented 1 year ago

Hi, Usage of this action currently logs following warning:

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: ethomson/send-tweet-action

Could a new version be released with support for node16? Thanks!