## 事象 [[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: rjstone/discord-webhook-notify@v1 ``` ## 原因 - [[Node.js]]の`v12`がサポート切れのためアップデートを促されるているから - [[Discord Webhook Notify (GitHub Actions)|Discord Webhook Notify]]がそれに対応していないから ## 解決方法 - [[Discord Webhook Notify (GitHub Actions)|Discord Webhook Notify]]で利用する[[Node.js]]をv16にする - [プルリク](https://github.com/rjstone/discord-webhook-notify/pull/14) は作成されているが、メンテされてなさそうなのでマージされないかも #2022/11/13