Skip to content

Commit 850c93a

Browse files
committed
ci: skip test on window, #308
1 parent 44a79b3 commit 850c93a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
node: [10, 12, 14]
15-
os: [ubuntu-latest, windows-latest]
15+
os: [ubuntu-latest]
16+
# os: [ubuntu-latest, windows-latest]
1617

1718
steps:
1819
- name: Clone repository

0 commit comments

Comments
 (0)