Skip to content

Commit c837180

Browse files
authored
Use Node 16 and 18 for benchmarking
1 parent c0183d5 commit c837180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node_version: [12, 14, 16, 18]
11+
node_version: [16, 18]
1212
env:
1313
CI: true
1414

0 commit comments

Comments
 (0)