ci: upgrade to checkout@v6 and setup-uv@v8.1.0 (Node.js 24 native)#3
Open
gaspode-wonder wants to merge 2 commits intodevelopfrom
Open
ci: upgrade to checkout@v6 and setup-uv@v8.1.0 (Node.js 24 native)#3gaspode-wonder wants to merge 2 commits intodevelopfrom
gaspode-wonder wants to merge 2 commits intodevelopfrom
Conversation
…tive) Replaces Node.js 20 actions with Node.js 24-native versions ahead of the June 2 forced cutover. Drops the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 workaround now that both actions natively target Node.js 24. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…nment
- Cesium fills full viewport; side panel floats as semi-transparent overlay
- Clock multiplier 30x makes LEO orbital motion clearly visible
- Auto-rotation with interaction pause (8s resume); locks off on object select
- SampledPositionProperty uses EXTRAPOLATE so satellites keep moving past sample window
- flyToObject uses viewer.clock.currentTime to match accelerated clock
- Track fetch passes center_time so historical/forward lines align with on-screen position
- Backend: center_time query param on GET /object/{norad_id}/track
- Backend: WS track burst breaks on first send failure (no more 70-object error flood)
- Makefile: all targets use uv run (pyenv .python-version no longer breaks make dev)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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@v4→@v6(Node.js 24 native)astral-sh/setup-uv@v5→@v8.1.0(Node.js 24 native; major tags removed at v8, must pin full version)FORCE_JAVASCRIPT_ACTIONS_TO_NODE24workaround — no longer neededResolves the deprecation warning: "actions targeting Node.js 20 but being forced to run on Node.js 24"
Test plan
🤖 Generated with Claude Code