Skip to content

Commit 7c87eaa

Browse files
ci: exclude windows
1 parent 6f4ca81 commit 7c87eaa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
os: [ubuntu-latest, windows-latest, macos-latest]
6969
node-version: [18.x, 20.x, 22.x, 24.x]
7070
webpack-version: [latest]
71+
exclude:
72+
# TODO fix me
73+
- os: windows-latest
74+
node-version: 24.x
7175

7276
runs-on: ${{ matrix.os }}
7377

0 commit comments

Comments
 (0)