Skip to content

Node 20対応 - #1467

Open
hotate29 wants to merge 2 commits into
kenkoooo:masterfrom
hotate29:update-node
Open

Node 20対応#1467
hotate29 wants to merge 2 commits into
kenkoooo:masterfrom
hotate29:update-node

Conversation

@hotate29

@hotate29hotate29 commented Mar 5, 2024

Copy link
Copy Markdown
Contributor

現在CIで使用しているNode 16が2023年9月11にEOLとなり、GitHub ActionsではNode 20への移行が推奨されています(Summaryでも警告が出ている)。2024年春までが目標とのことで、そろそろです。

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

peaceiris/actions-mdbookはまだ対応したバージョンがリリースされていないため、対応PR (peaceiris/actions-mdbook#500 )がマージされるまで保留ということにしています。
(2024/04/15編集)リリースされていたので対応しました。

react-scripts 4系がNode 17以降、そのままでは動かなくなってしまいました。CIでは緩和策を導入してしのいでいますが、移行を検討してもいいかもしれません。

@hotate29hotate29 changed the title (一部を除き)CIのNode 20対応CIのNode 20対応Apr 15, 2024
@hotate29
hotate29force-pushed the update-node branch 2 times, most recently from 5ba7bea to 45b72d5CompareOctober 2, 2024 15:37
@hotate29hotate29 changed the title CIのNode 20対応Node 20対応Oct 2, 2024
@hotate29

Copy link
Copy Markdown
ContributorAuthor

開発環境でもNode20を使うようにしました。これで明示的にNode16を使っている部分は全て変更できているはずです。

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@hotate29