Skip to content

[codex] Update workflows to Node 24 - #27

Merged
cmroche merged 1 commit into
mainfrom
codex/update-node-24-workflows
Jun 11, 2026
Merged

[codex] Update workflows to Node 24#27
cmroche merged 1 commit into
mainfrom
codex/update-node-24-workflows

Conversation

@cmroche

@cmroche cmroche commented Jun 11, 2026

Copy link
Copy Markdown
Owner

Summary

  • Update the release workflow to use Node.js 24 via actions/setup-node@v6.
  • Add npm caching and project Node metadata through engines.node and .nvmrc.
  • Scope workflow permissions and fetch full history for semantic-release.
  • Update Codecov action usage to the current major.

Validation

  • jq empty package.json package-lock.json
  • ruby -e 'require "yaml"; Dir[".github/workflows/*.yml"].each { |f| YAML.load_file(f); puts f }'
  • git diff --check -- .github/workflows/python-package.yml package.json package-lock.json .nvmrc
  • uv run --isolated --with-requirements requirements-dev.txt python -m pytest --cov-report=xml --cov=moonraker_api tests/ (22 passed, 3 skipped)

@cmroche
cmroche merged commit d5a8c1c into main Jun 11, 2026
5 checks passed
@cmroche
cmroche deleted the codex/update-node-24-workflows branch June 11, 2026 00:04
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.

1 participant