Skip to content

Commit 532ef9f

Browse files
authored
ci(benchmarks): add node 20 to test matrix (#622)
1 parent cca4bc1 commit 532ef9f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)