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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
cache: true
- uses: actions/setup-node@v4
- uses: actions/setup-node@v7
with:
node-version: "22"
# The two client/view pins that used to be excluded here went green and
Expand Down Expand Up @@ -443,7 +443,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
cache: true
- uses: actions/setup-node@v4
- uses: actions/setup-node@v7
with:
node-version: "22"
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
# Node is pinned rather than "whatever the runner image ships this month",
# for the same reason the Go version is: the one thing worse than a demo
# that breaks is a demo that breaks on a day nobody changed anything.
- uses: actions/setup-node@v4
- uses: actions/setup-node@v7
with:
node-version: "22"
cache: npm
Expand Down
Loading