Skip to content

Commit b2c5420

Browse files
authored
chore: reduce number of tested versions
1 parent e7b3593 commit b2c5420

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
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
matrix:
5151
node: [26, 24, 22]
52-
ts: [5.0.4, 5.1.3, 5.2.2, 5.3.3, 5.4.2, 5.5.3, 5.6.2, 5.7.2, 5.8.2, 5.9.2, 6.0.2] # next excluded for now
52+
ts: [5.0.4, 5.6.2, 5.7.2, 5.8.2, 5.9.2, 6.0.2] # next excluded for now
5353
webpack: [4, 5]
5454
runs-on: ubuntu-latest
5555
steps:
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
matrix:
8383
node: [26, 24, 22]
84-
ts: [5.0.4, 5.1.3, 5.2.2, 5.3.3, 5.4.2, 5.5.3, 5.6.2, 5.7.2, 5.8.2, 5.9.2, 6.0.2] # next excluded for now
84+
ts: [5.0.4, 5.6.2, 5.7.2, 5.8.2, 5.9.2, 6.0.2] # next excluded for now
8585
webpack: [4, 5]
8686
runs-on: windows-latest
8787
steps:

0 commit comments

Comments
 (0)