ms-teams-deploy-card
ms-teams-deploy-card copied to clipboard
Upgrade to node16
GitHub Actions are requesting a migration of all actions from node12 to node16. https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
As a result we're receiving warnings in our workflows from this action:
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: toko-bifrost/ms-teams-deploy-card, toko-bifrost/ms-teams-deploy-card
I think this is an abandoned project because the change is easy and in this line: https://github.com/toko-bifrost/ms-teams-deploy-card/blob/master/action.yml#L77
Hello @asfo @ikstewa, I have corrected the NodeJS version in my newly published fork of this action:
https://github.com/reediculous456/ms-teams-deploy-card
Hello @asfo @ikstewa, I have corrected the NodeJS version in my newly published fork of this action:
https://github.com/reediculous456/ms-teams-deploy-card
Thanks! We already switched to this fork: https://github.com/patrickc91/ms-teams-deploy-card/releases
@reediculous456 so is this repo not being maintained any longer and users should switch to the fork you created to address Node 12 deprecation ?
@reediculous456 so is this repo not being maintained any longer and users should switch to the fork you created to address Node 12 deprecation ?
Yes