Skip to content

Update Hugo build workflow to Node.js 22 (review comment r3505939990)#115

Merged
SeiferTim merged 2 commits into
mainfrom
copilot/fix-code-for-review-comment
Jul 1, 2026
Merged

Update Hugo build workflow to Node.js 22 (review comment r3505939990)#115
SeiferTim merged 2 commits into
mainfrom
copilot/fix-code-for-review-comment

Conversation

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

The PR addresses a single review comment requesting removal of an EOL Node.js runtime from CI. The Hugo build workflow now uses a supported LTS major version.

  • Scope

    • Applies only the linked review suggestion in .github/workflows/hugo-build.yaml.
    • No functional or structural workflow changes beyond Node runtime version.
  • Change

    • Updated actions/setup-node input from 20.10.0 to 22.
- name: Setup Node
  uses: actions/setup-node@v6
  with:
    node-version: 22

Copilot AI changed the title [WIP] Fix code based on review comment Update Hugo build workflow to Node.js 22 (review comment r3505939990) Jul 1, 2026
Copilot AI requested a review from SeiferTim July 1, 2026 12:45
@SeiferTim
SeiferTim marked this pull request as ready for review July 1, 2026 12:47
Copilot AI review requested due to automatic review settings July 1, 2026 12:47
@SeiferTim
SeiferTim merged commit 96c0494 into main Jul 1, 2026
4 checks passed
@SeiferTim
SeiferTim deleted the copilot/fix-code-for-review-comment branch July 1, 2026 12:47

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Actions Hugo build workflow to use a supported Node.js major version by switching actions/setup-node from a pinned Node 20 patch to Node 22. This keeps the CI workflow aligned with supported runtimes without changing the workflow structure or behavior beyond the Node version selected.

Changes:

  • Updated actions/setup-node@v6 node-version from 20.10.0 to 22 in the Hugo build workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants