kenkoooo / AtCoderProblems

Extend your AtCoder
https://kenkoooo.com/atcoder/
MIT License
1.43k stars 152 forks source link

Node16(EOL)から移行する #1487

Open hotate29 opened 1 month ago

hotate29 commented 1 month ago

https://github.blog/changelog/2024-09-25-end-of-life-for-actions-node16/

2024年10月15日以降、ActionsのランナーにNode16が含まれなくなります。

例えば、CIでactions/checkout@3.3.0はNode16に依存しているので、更新しないと(おそらく)期限以降CIが動かなくなります。

1467 でNode16からの移行を行なっています。3月に作ったものなのでちょっと古いかもしれませんが、新環境には対応できているはずです(元気があるときに更新すると思いますが、それを待っていただかないで大丈夫です)。

開発環境等の移行も行いたいですね。