Skip to content
Open
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 @@ -96,7 +96,7 @@ jobs:
# (upstream removed the bundled Node in v6). setup-node MUST come
# first. The previous floating-tag failure at install time was this
# ordering, not a regression in v6.0.7/v6.0.8.
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: ${{ env.NODE_VERSION }}
# pnpm/action-setup@v6 auto-detects pnpm version from the
Expand Down