Skip to content
Open
Show file tree
Hide file tree
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 @@ -38,7 +38,7 @@ jobs:
# A second version would only exercise the toolchain again: the published
# bundle is browser code with no Node API in it, and the suite runs in
# jsdom, so nothing in either varies by Node version.
- uses: actions/setup-node@v5
- uses: actions/setup-node@v7
with:
node-version: 22
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# such package" rather than "not authenticated". Leaving it out means an
# auth problem can only surface as an auth problem. registry.npmjs.org is
# the default registry anyway.
- uses: actions/setup-node@v5
- uses: actions/setup-node@v7
with:
node-version: 22
cache: pnpm
Expand Down
Loading