Gottox / irc-message-action

Github Action to Interact with IRC Channels and Users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js 12 actions are deprecated

The-Compiler opened this issue · comments

I started getting these warnings on my actions:

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: Gottox/irc-message-action

AFAICT only actions.yml needs using: 'node16' instead of node12. @Gottox could you fix this, please?