Skip to content

Commit 7f3707d

Browse files
committed
remove Node setup from GCR jobs
1 parent 6abdfc4 commit 7f3707d

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.github/workflows/continuous-benchmarking-image-size.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -451,11 +451,6 @@ jobs:
451451
with:
452452
version: ">= 363.0.0"
453453

454-
- name: Set up Node 16.16.0
455-
uses: actions/setup-node@v3
456-
with:
457-
node-version: 16.16.0
458-
459454
- name: Download client artifact
460455
uses: actions/download-artifact@v3
461456
with:
@@ -551,11 +546,6 @@ jobs:
551546
with:
552547
version: ">= 363.0.0"
553548

554-
- name: Set up Node 16.16.0
555-
uses: actions/setup-node@v3
556-
with:
557-
node-version: 16.16.0
558-
559549
- name: Download client artifact
560550
uses: actions/download-artifact@v3
561551
with:

.github/workflows/continuous-benchmarking-runtimes.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,6 @@ jobs:
197197
with:
198198
ref: continuous-benchmarking
199199

200-
- name: Set up Node.js 16.16.0
201-
uses: actions/setup-node@v3
202-
with:
203-
node-version: 16.16.0
204-
205200
- name: Set up Go 1.21
206201
if: ${{ matrix.runtime == 'go'}}
207202
uses: actions/setup-go@v3

0 commit comments

Comments
 (0)