Node.js 22/24 の自動検証CIを追加 - #50
Merged
Merged
Conversation
This reverts commit 9a7ddd2.
14 tasks
YukiWorks432
marked this pull request as ready for review
August 1, 2026 11:09
14 tasks
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.
概要
Closes #46
配布用テンプレートに Node.js 22 / 24 の継続的インテグレーションを追加しました。
.github/workflows/ci.ymlを追加develop向け Pull Request とdevelopへの更新で起動11.17.0を厳密指定し、実行時にも版を確認pnpm install --frozen-lockfile --strict-peer-dependenciespnpm lint、pnpm test、pnpm build --allpnpm exec prettier --check .、git diff --checkdevelop更新の古い実行を中止contents: readに限定docs/repository-operations.mdに検証名と必須チェック設定手順を追加対象外
pnpm audit検証
ローカル
pnpm install --frozen-lockfile --strict-peer-dependenciespnpm lintpnpm test(5/5)pnpm build --all(aeft / ilst / phxs / tests)pnpm exec prettier --check .git diff --checkactionlint .github/workflows/ci.ymlGitHub Actions
Validation
actionlint .github/workflows/ci.yml: pass$.evalFileから呼び出せなくなる問題 #1(Node.js 22 / 24): passgh pr view --json ...: live head7702af9d1fba059a3cce958cb01a71faa732565fとローカルHEADが一致gh signoff: 同じSHAへ署名済みgh signoff status --branch develop:✓ signoffREADY(head7702af9d...)版・リリースへの影響
公開 API の変更はありません。0.x 系列では
release:patch相当の運用改善です。残存リスク
GitHub 側の実行環境、Node.js の最新パッチ版、GitHub Actions の権限設定に依存します。必須チェックは文書化した名前を GitHub のブランチ保護設定へ登録してください。
再開点
追加コミットを行う場合は、最終 head の CI・署名・独立レビューを同じ手順でやり直します。