Skip to content

Commit 40b22a4

Browse files
authored
Merge pull request #197 from oozcitak/chore/dependencies
Remove windows from test workflow
2 parents a955b32 + c7a4762 commit 40b22a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

1717
strategy:
1818
matrix:
19-
os: [ ubuntu-latest, macos-latest, windows-latest ]
19+
os: [ ubuntu-latest, macos-latest ]
2020
node: [ '20', '22', '24' ]
2121

2222
steps:

0 commit comments

Comments
 (0)