ci: bump GitHub Actions to Node.js 24-compatible versions - #68
Merged
Conversation
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewⓘ You are approaching your monthly quota for Qodo. Upgrade your plan |
|
Code review by qodo was updated up to the latest commit 25c5673 |
Update deprecated Node 20 actions ahead of the June 2026 runner default migration to avoid deprecation warnings and ensure continued CI reliability. Co-authored-by: Cursor <cursoragent@cursor.com>
v8 has no moving major tag; use the latest immutable release instead. Co-authored-by: Cursor <cursoragent@cursor.com>
uv:latest began defaulting to Python 3.14, which has no h5py wheels and falls back to a source build requiring pkg-config. Pin the uv binary and set UV_PYTHON=3.13 to match requires-python and the prior green builds. Co-authored-by: Cursor <cursoragent@cursor.com>
Rebased onto main's Python 3.11–3.14 support. Use a tracked .python-version instead of Dockerfile ENV so uv respects the pin everywhere. Upgrade h5py to 3.16.0 for cp314 wheels and pin the uv binary in Docker to 0.11.14. Co-authored-by: Cursor <cursoragent@cursor.com>
charlesbmi
force-pushed
the
ci/bump-actions-node24
branch
from
June 15, 2026 21:55
59f1260 to
e85304f
Compare
Revert Dockerfile, lockfile, and docker-build checkout bumps. Python 3.14 in Docker forced source builds of pillow and other packages without cp314 wheels; keep Docker on main until lockfile catches up. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
actions/checkout,actions/cache,actions/configure-pages,actions/upload-artifact,actions/download-artifact,actions/setup-python,actions/deploy-pages,actions/upload-pages-artifact,astral-sh/setup-uv, andJimver/cuda-toolkitSources
Test plan
Checkworkflow passesTest-CPUworkflow passesBuild wheelsworkflow passes (if triggered)Made with Cursor