From the 2026-07-15 external review of PR #2 (non-blocking): the pinned D setup action (dlang-community/setup-dlang) still targets the deprecated Node.js 20 runtime, and GitHub Actions is force-migrating it to Node 24 with a deprecation warning in the build log.
No functional impact today — the verify (d) and downstream jobs pass. When upstream publishes a revision built for Node 24, update the full-SHA pin in .github/workflows/verify.yml to that revision (keep the SHA-pin discipline; do not float to a tag).
From the 2026-07-15 external review of PR #2 (non-blocking): the pinned D setup action (
dlang-community/setup-dlang) still targets the deprecated Node.js 20 runtime, and GitHub Actions is force-migrating it to Node 24 with a deprecation warning in the build log.No functional impact today — the
verify (d)and downstream jobs pass. When upstream publishes a revision built for Node 24, update the full-SHA pin in.github/workflows/verify.ymlto that revision (keep the SHA-pin discipline; do not float to a tag).