Skip to content

Commit 8615a11

Browse files
Run benchmarks on Node 26
1 parent 8b5c017 commit 8615a11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node-version: [20, 22, 24]
9+
node-version: [22, 24, 26]
1010
# Skip job if commit message contains "[skip ci]"
1111
if: |
1212
!contains(github.event.head_commit.message, '[skip ci]')
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
strategy:
6262
matrix:
63-
node-version: [24]
63+
node-version: [ 26 ]
6464
if: |
6565
!contains(github.event.head_commit.message, '[skip ci]')
6666
steps:

0 commit comments

Comments
 (0)