Update recommended Node.js version from 24 to 22#128
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughNode.jsバージョン要件を24系から22系へ変更。README(英・日)を更新し、mise.tomlの[tools]でnodeを"22"に設定。flake.nixでnodejs_24をnodejs_22へ差し替え、各appのbin公開のために.outPath + "/bin/..." を明示。 Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Comment |
Co-authored-by: akazdayo <82073147+akazdayo@users.noreply.github.com>
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
|
なんで22にするんだっけ? |
|
@marukun712 24にしてた理由が、import.meta.mainを使いたかったのと、TypeScriptをコンパイルしてなかったから24以上を必須にしないと動かないからだったんだよね。 |
概要
推奨Node.jsバージョンを24から22に更新しました。
変更内容
開発環境とドキュメントで参照されているNode.jsバージョンを以下のように更新:
node = "22"に変更nodejs_24参照をnodejs_22に変更(5箇所)>= 22に更新互換性について
packages/*/tsup.config.tsのtarget: "node22")は既に正しく設定されているため変更不要これにより、開発者はNode.js 22以降を使用してプロジェクトを開発できるようになります。
Fixes #(issue_number)
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Summary by CodeRabbit