Skip to content

fix(ci): remove Node 20 deprecation warnings - #41

Merged
Gavin-OP merged 1 commit into
mainfrom
bugfix-actions-node24
Aug 2, 2026
Merged

fix(ci): remove Node 20 deprecation warnings#41
Gavin-OP merged 1 commit into
mainfrom
bugfix-actions-node24

Conversation

@Gavin-OP

@Gavin-OP Gavin-OP commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • bump �ctions/checkout from �4 to �5n- bump �ctions/setup-node from �4 to �5n- keep existing deploy behavior unchanged

Why

GitHub runners now warn when Node 20-targeted action versions are forced onto Node 24. This updates the workflow to Node 24-ready major versions.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings August 2, 2026 03:58

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 Pages deployment workflow to use Node 24–ready major versions of core GitHub Actions, aligning the repo’s CI with the runner runtime migration while aiming to keep the existing build/deploy flow the same.

Changes:

  • Bump actions/checkout from v4v5
  • Bump actions/setup-node from v4v5

Comment on lines 18 to 21
- name: Setup Node.js environment
uses: actions/setup-node@v4
uses: actions/setup-node@v5
with:
node-version: 'latest'
@Gavin-OP
Gavin-OP merged commit b070895 into main Aug 2, 2026
1 check passed
@Gavin-OP
Gavin-OP deleted the bugfix-actions-node24 branch August 2, 2026 04:06
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.

2 participants