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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Need full clone for `git ls-files` + `git show :path` patterns
# used by check-no-redis-pubsub.mjs / check-hardcoded-agent-paths.mjs.
fetch-depth: 0
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 20
cache: npm
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 20
cache: npm
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 20
cache: npm
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
# GO-2026-5856, the crypto/tls advisory fixed in 1.26.5). Bump
# this when govulncheck flags a newer one.
go-version: '1.26.5'
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 20
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
# does the same npm ci before its own tsc/vite build). Node/Go toolchain
# otherwise stay off the host: the four service binaries build inside
# `docker run "$BUILDBASE_TAG" ...` in the script itself.
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
if: matrix.config == 'baseline'
with:
node-version: 20
Expand Down
Loading