Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
name: Test (Linux x64 musl)
runs-on: namespace-profile-linux-x64-default
container:
image: node:22-alpine3.21
image: node:25-alpine3.21
env:
# GitHub Actions sets HOME=/github/home in containers, but the euid home is /root.
# Pin Rust tooling paths to avoid $HOME mismatch issues.
Expand Down
Loading