Skip to content

fix: update Node.js runtime examples from 20 to 24 in CI standards docs#62

Merged
don-petry merged 2 commits intomainfrom
claude/issue-34-20260406-0341
Apr 6, 2026
Merged

fix: update Node.js runtime examples from 20 to 24 in CI standards docs#62
don-petry merged 2 commits intomainfrom
claude/issue-34-20260406-0341

Conversation

@claude
Copy link
Copy Markdown
Contributor

@claude claude Bot commented Apr 6, 2026

Summary

  • Updates standards/ci-standards.md npm and pnpm workflow pattern examples from Node.js 20 → 24
  • Node.js 20 runtime is deprecated; GitHub forces Node.js 24 on 2026-06-02 and removes Node.js 20 on 2026-09-16

Changes

File Change
standards/ci-standards.md:325 node-version: '20''24' (npm pattern)
standards/ci-standards.md:343 node-version: 2024 (pnpm pattern)

Remaining manual step (workflow permission blocked)

The GitHub App token used by Claude does not have the workflows permission, so .github/workflows/ci.yml cannot be pushed programmatically. A maintainer with workflows permission needs to apply this one-line fix:

# .github/workflows/ci.yml, line 89
-          node-version: '20'
+          node-version: '24'

Closes #34

Generated with Claude Code

github-actions Bot and others added 2 commits April 6, 2026 03:43
Node.js 20 runtime is deprecated; GitHub will force Node.js 24 on
June 2 2026 and remove Node.js 20 entirely on September 16 2026.

- ci.yml: pin agent-security job to node-version '24'
- standards/ci-standards.md: update npm and pnpm pattern examples

Closes #34

Co-authored-by: don-petry <don-petry@users.noreply.github.com>
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Apr 6, 2026

@don-petry don-petry merged commit 7105718 into main Apr 6, 2026
17 checks passed
@don-petry don-petry deleted the claude/issue-34-20260406-0341 branch April 6, 2026 12:56
Sign up for free to 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.

enhancement: Audit and update actions using deprecated Node.js 20 runtime

1 participant