docs(install): 配信ステータス更新 + Pages Node24 強制 (PLAN31_1)#50
Merged
Conversation
- installer-hosting.md §11: Pages 有効化/custom domain/Enforce HTTPS/URL更新を 完了に更新。残課題としてドメイン検証 TXT を明記。 - pages.yml: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true を追加し、2026-06-16 以降の Node20 deprecation 警告を回避。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
docs/developer/installer-hosting.md§11 のステータスを実態(配信完了)に更新。残課題としてドメイン検証 TXT を明記.github/workflows/pages.ymlにFORCE_JAVASCRIPT_ACTIONS_TO_NODE24=trueを追加し、Node.js 20 deprecation 警告(2026-06-16〜)を回避背景
PR #47/#49 で
https://dl.basex.jp/install.shの配信が稼働(HTTP 200・証明書一致・http→https 301 確認済み)。本 PR はその追従(ドキュメント整合 + CI 警告解消)。