Skitionek / notify-microsoft-teams

Github action to send comprehensive raport to Microsoft Teams
68 stars 31 forks source link

Node.js 12 actions are deprecated #41

Closed EvgeniyRub closed 1 year ago

EvgeniyRub commented 1 year ago

Got an warning in Github 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: skitionek/notify-microsoft-teams@master"

Anybody knows how to fix this?

aabeling commented 1 year ago

I just tried it: https://github.com/aabeling/notify-microsoft-teams/tree/node16 All I did was to update the action.yml. It worked with a private repo by using aabeling/notify-microsoft-teams@node16.

But I can't give any guarantee that it works with every possible configuration.

The pull request is https://github.com/Skitionek/notify-microsoft-teams/pull/43

mvanvendeloo commented 1 year ago

@Skitionek Could you merge this pull request? Soon the support for node12 will be deprecated!

kushal-omnius commented 1 year ago

F

Skitionek commented 1 year ago

Updated to node 16 🎉 Please let me know if it caused any issues