Skip to content

Commit 8560445

Browse files
authored
ci(plugins-benchmark-pr): drop old node versions (#141)
1 parent a6d8b1b commit 8560445

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/plugins-benchmark-pr.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
permissions:
4545
contents: read
4646
outputs:
47-
PR-BENCH-18: ${{ steps.benchmark-pr.outputs.BENCH_RESULT_18 }}
4847
PR-BENCH-20: ${{ steps.benchmark-pr.outputs.BENCH_RESULT_20 }}
49-
PR-BENCH-21: ${{ steps.benchmark-pr.outputs.BENCH_RESULT_21 }}
50-
BASE-BENCH-18: ${{ steps.benchmark-base.outputs.BENCH_RESULT_18 }}
48+
PR-BENCH-22: ${{ steps.benchmark-pr.outputs.BENCH_RESULT_22 }}
49+
PR-BENCH-23: ${{ steps.benchmark-pr.outputs.BENCH_RESULT_23 }}
5150
BASE-BENCH-20: ${{ steps.benchmark-base.outputs.BENCH_RESULT_20 }}
52-
BASE-BENCH-21: ${{ steps.benchmark-base.outputs.BENCH_RESULT_21 }}
51+
BASE-BENCH-22: ${{ steps.benchmark-base.outputs.BENCH_RESULT_22 }}
52+
BASE-BENCH-23: ${{ steps.benchmark-base.outputs.BENCH_RESULT_23 }}
5353

5454
strategy:
5555
matrix:
@@ -106,36 +106,36 @@ jobs:
106106
with:
107107
github-token: ${{ secrets.GITHUB_TOKEN }}
108108
message: |
109-
**Node**: 18
109+
**Node**: 20
110110
${{ inputs.pr-repo }}@${{ inputs.pr-sha }} (${{ inputs.pr-ref }}):
111111
```
112-
${{ needs.benchmark.outputs.PR-BENCH-18 }}
112+
${{ needs.benchmark.outputs.PR-BENCH-20 }}
113113
```
114114
${{ inputs.base-repo }}@${{ inputs.base-sha }} (${{ inputs.base-ref }}):
115115
```
116-
${{ needs.benchmark.outputs.BASE-BENCH-18 }}
116+
${{ needs.benchmark.outputs.BASE-BENCH-20 }}
117117
```
118118
119119
---
120120
121-
**Node**: 20
121+
**Node**: 22
122122
${{ inputs.pr-repo }}@${{ inputs.pr-sha }} (${{ inputs.pr-ref }}):
123123
```
124-
${{ needs.benchmark.outputs.PR-BENCH-20 }}
124+
${{ needs.benchmark.outputs.PR-BENCH-22 }}
125125
```
126126
${{ inputs.base-repo }}@${{ inputs.base-sha }} (${{ inputs.base-ref }}):
127127
```
128-
${{ needs.benchmark.outputs.BASE-BENCH-20 }}
128+
${{ needs.benchmark.outputs.BASE-BENCH-22 }}
129129
```
130130
131131
---
132132
133-
**Node**: 21
133+
**Node**: 23
134134
${{ inputs.pr-repo }}@${{ inputs.pr-sha }} (${{ inputs.pr-ref }}):
135135
```
136-
${{ needs.benchmark.outputs.PR-BENCH-21 }}
136+
${{ needs.benchmark.outputs.PR-BENCH-23 }}
137137
```
138138
${{ inputs.base-repo }}@${{ inputs.base-sha }} (${{ inputs.base-ref }}):
139139
```
140-
${{ needs.benchmark.outputs.BASE-BENCH-21 }}
140+
${{ needs.benchmark.outputs.BASE-BENCH-23 }}
141141
```

0 commit comments

Comments
 (0)