Skip to content

ci: align release and Pages builds with Node 22 - #77

Merged
Muawiya-contact merged 1 commit into
Coding-Moves:mainfrom
Dibya0912:ci/align-node-build-versions
Sep 5, 2026
Merged

ci: align release and Pages builds with Node 22#77
Muawiya-contact merged 1 commit into
Coding-Moves:mainfrom
Dibya0912:ci/align-node-build-versions

Conversation

@Dibya0912

Copy link
Copy Markdown
Contributor

What & why

Release bundles and GitHub Pages were built with Node 20 while CI builds both frontends with Node 22. Use Node 22 in release.yml and deploy-pages.yml so shipped assets use the major version exercised by CI.

Fixes #76.

Validation

Parsed all three workflow files as YAML and verified every setup-node step selects Node 22. git diff --check passed. Release/deployment jobs were not executed locally; Rust tooling is not installed here.

Checklist

  • cargo fmt/clippy (not run; workflow-only change)
  • cargo test (not run; workflow-only change)
  • One focused commit
  • Scanning and classification safety behavior is unchanged

Copilot AI lite review requested due to automatic review settings September 5, 2026 11:48

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@Muawiya-contact Muawiya-contact left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@Dibya0912 Thank you for the contribution! I checked the changes and everything looks good.

Really appreciate you taking the time to improve the project. Welcome to the community! 🎉 Feel free to explore more issues and projects under CodingMoves and contribute whenever you find something interesting.

Looking forward to more contributions from you! 🚀

@Muawiya-contact
Muawiya-contact merged commit 0b59ad2 into Coding-Moves:main Sep 5, 2026
10 checks passed
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.

CI tests on Node 22, releases build on Node 20

3 participants