Skip to content

Commit bf119c7

Browse files
authored
chore: use active versions only for bench comparisson (#107)
1 parent 8935aca commit bf119c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark-comparison.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
strategy:
3939
matrix:
40-
node-version: [18, 20, 22, 24]
40+
node-version: [20, 22, 24]
4141

4242
steps:
4343
- name: Checkout code

0 commit comments

Comments
 (0)