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:
1414 PR-BENCH-14 : ${{ steps.benchmark-pr.outputs.BENCH_RESULT14 }}
1515 PR-BENCH-16 : ${{ steps.benchmark-pr.outputs.BENCH_RESULT16 }}
1616 PR-BENCH-18 : ${{ steps.benchmark-pr.outputs.BENCH_RESULT18 }}
17+ PR-BENCH-20 : ${{ steps.benchmark-pr.outputs.BENCH_RESULT20 }}
1718 MAIN-BENCH-14 : ${{ steps.benchmark-main.outputs.BENCH_RESULT14 }}
1819 MAIN-BENCH-16 : ${{ steps.benchmark-main.outputs.BENCH_RESULT16 }}
1920 MAIN-BENCH-18 : ${{ steps.benchmark-main.outputs.BENCH_RESULT18 }}
21+ MAIN-BENCH-20 : ${{ steps.benchmark-main.outputs.BENCH_RESULT20 }}
2022 strategy :
2123 matrix :
22- node-version : [14, 16, 18]
24+ node-version : [14, 16, 18, 20 ]
2325 steps :
2426 - uses : actions/checkout@v3
2527 with :
@@ -107,6 +109,17 @@ jobs:
107109 **MAIN**:
108110 ```
109111 ${{ 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 }}
110123 ```
111124
112125 - uses : actions-ecosystem/action-remove-labels@v1
You can’t perform that action at this time.
0 commit comments