upgrade actions node24#704
Merged
Merged
Conversation
Comment on lines
14
to
15
| with: | ||
| node-version: 10.x |
Contributor
There was a problem hiding this comment.
@koutaku921
build_test.ymlではnode-versionで20系が指定されている( USER_NODE_VERSION: 20)ので、そちらと合わせてある方が良いと思います。
EOLのことで言うとNode v24.xの方が良さそうなので、CIの動作に影響が無さそうならbuild_test.ymlも含めて、24系に引き上げるのが理想かもしれません。
(調べた感じ、24系だと問題起きる可能性ありそうなので24系よりも22系の方が良いかもしれません...)
Contributor
Author
There was a problem hiding this comment.
@bu-tokumitsu
レビュー&コメントありがとうございます!
413224dで対応しました。(22系にしました!)
よろしくお願いいたします。
bu-tokumitsu
approved these changes
Jun 28, 2026
bu-tokumitsu
left a comment
Contributor
There was a problem hiding this comment.
@koutaku921
LGTM です!
Contributor
Author
|
ありがとうございます。マージします! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
https://app.notion.com/p/binc/GitHub-Action-Node-js-32784e6978c280e4876eedc980e7223b
GitHub ActionsランナーのNode.js 20が2026年4月にEOLとなり、2026年6月16日からNode 24がデフォルト化されます。
これに伴い、ワークフローで使用しているアクションをNode 24対応バージョンへ更新します。
*バージョンの指定方法は、既存の表記に合わせる。
変更点
確認内容
リリース手順
本番環境へのリリースはなし。
ロールバック手順