@@ -11,15 +11,15 @@ jobs:
11
11
permissions :
12
12
contents : read
13
13
outputs :
14
- PR-BENCH-12 : ${{ steps.benchmark-pr.outputs.BENCH_RESULT12 }}
15
14
PR-BENCH-14 : ${{ steps.benchmark-pr.outputs.BENCH_RESULT14 }}
16
15
PR-BENCH-16 : ${{ steps.benchmark-pr.outputs.BENCH_RESULT16 }}
17
- MAIN -BENCH-12 : ${{ steps.benchmark-main .outputs.BENCH_RESULT12 }}
16
+ PR -BENCH-18 : ${{ steps.benchmark-pr .outputs.BENCH_RESULT18 }}
18
17
MAIN-BENCH-14 : ${{ steps.benchmark-main.outputs.BENCH_RESULT14 }}
19
18
MAIN-BENCH-16 : ${{ steps.benchmark-main.outputs.BENCH_RESULT16 }}
19
+ MAIN-BENCH-18 : ${{ steps.benchmark-main.outputs.BENCH_RESULT18 }}
20
20
strategy :
21
21
matrix :
22
- node-version : [12, 14, 16]
22
+ node-version : [14, 16, 18 ]
23
23
steps :
24
24
- uses : actions/checkout@v3
25
25
with :
@@ -75,38 +75,38 @@ jobs:
75
75
with :
76
76
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
77
77
message : |
78
- **Node**: 12
78
+ **Node**: 14
79
79
**PR**:
80
80
```
81
- ${{ needs.benchmark.outputs.PR-BENCH-12 }}
81
+ ${{ needs.benchmark.outputs.PR-BENCH-14 }}
82
82
```
83
83
**MAIN**:
84
84
```
85
- ${{ needs.benchmark.outputs.MAIN-BENCH-12 }}
85
+ ${{ needs.benchmark.outputs.MAIN-BENCH-14 }}
86
86
```
87
87
88
88
---
89
89
90
- **Node**: 14
90
+ **Node**: 16
91
91
**PR**:
92
92
```
93
- ${{ needs.benchmark.outputs.PR-BENCH-14 }}
93
+ ${{ needs.benchmark.outputs.PR-BENCH-16 }}
94
94
```
95
95
**MAIN**:
96
96
```
97
- ${{ needs.benchmark.outputs.MAIN-BENCH-14 }}
97
+ ${{ needs.benchmark.outputs.MAIN-BENCH-16 }}
98
98
```
99
99
100
100
---
101
101
102
- **Node**: 16
102
+ **Node**: 18
103
103
**PR**:
104
104
```
105
- ${{ needs.benchmark.outputs.PR-BENCH-16 }}
105
+ ${{ needs.benchmark.outputs.PR-BENCH-18 }}
106
106
```
107
107
**MAIN**:
108
108
```
109
- ${{ needs.benchmark.outputs.MAIN-BENCH-16 }}
109
+ ${{ needs.benchmark.outputs.MAIN-BENCH-18 }}
110
110
```
111
111
112
112
- uses : actions-ecosystem/action-remove-labels@v1
0 commit comments