File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,14 @@ jobs:
14
14
PR-BENCH-14 : ${{ steps.benchmark-pr.outputs.BENCH_RESULT14 }}
15
15
PR-BENCH-16 : ${{ steps.benchmark-pr.outputs.BENCH_RESULT16 }}
16
16
PR-BENCH-18 : ${{ steps.benchmark-pr.outputs.BENCH_RESULT18 }}
17
+ PR-BENCH-20 : ${{ steps.benchmark-pr.outputs.BENCH_RESULT20 }}
17
18
MAIN-BENCH-14 : ${{ steps.benchmark-main.outputs.BENCH_RESULT14 }}
18
19
MAIN-BENCH-16 : ${{ steps.benchmark-main.outputs.BENCH_RESULT16 }}
19
20
MAIN-BENCH-18 : ${{ steps.benchmark-main.outputs.BENCH_RESULT18 }}
21
+ MAIN-BENCH-20 : ${{ steps.benchmark-main.outputs.BENCH_RESULT20 }}
20
22
strategy :
21
23
matrix :
22
- node-version : [14, 16, 18]
24
+ node-version : [14, 16, 18, 20 ]
23
25
steps :
24
26
- uses : actions/checkout@v3
25
27
with :
@@ -107,6 +109,17 @@ jobs:
107
109
**MAIN**:
108
110
```
109
111
${{ needs.benchmark.outputs.MAIN-BENCH-18 }}
112
+
113
+ ---
114
+
115
+ **Node**: 20
116
+ **PR**:
117
+ ```
118
+ ${{ needs.benchmark.outputs.PR-BENCH-20 }}
119
+ ```
120
+ **MAIN**:
121
+ ```
122
+ ${{ needs.benchmark.outputs.MAIN-BENCH-20 }}
110
123
```
111
124
112
125
- uses : actions-ecosystem/action-remove-labels@v1
You can’t perform that action at this time.
0 commit comments