Skip to content

ci: update actions to Node.js 24 runtimes - #25

Merged
summeroff merged 1 commit into
streamlabsfrom
ci/use-node-22
Sep 2, 2026
Merged

ci: update actions to Node.js 24 runtimes#25
summeroff merged 1 commit into
streamlabsfrom
ci/use-node-22

Conversation

@summeroff

@summeroff summeroff commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • upgrade actions/checkout from v4 to v5
  • upgrade actions/setup-node from v4 to v5
  • upgrade actions/upload-artifact from v4 to v6
  • upgrade aws-actions/configure-aws-credentials from v4 to v6
  • keep the project build on Node.js 24.x

Context

The previous action versions target the deprecated Node.js 20 action runtime and are currently forced to run on Node.js 24 by GitHub. These versions declare runs.using: node24 and remove those deprecation warnings.

Verification

  • git diff --check
  • GitHub Actions matrix run on this PR

@summeroff summeroff changed the title ci: use Node.js 22 for builds ci: update actions to Node.js 24 runtimes Sep 2, 2026
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v6

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.

🟢 Approval recommended

The action versions exist, use Node.js 24 runtimes, and remain compatible with the workflow.

Pull request overview

Updates CI actions to Node.js 24-based runtimes while retaining Node.js 24.x for builds.

Changes:

  • Upgrades checkout and Node setup actions to v5.
  • Upgrades artifact upload and AWS credential actions to v6.
File summaries
File Description
.github/workflows/build.yml Updates CI action versions while preserving build configuration.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Balanced

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@summeroff
summeroff merged commit 5547c54 into streamlabs Sep 2, 2026
6 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.

3 participants