We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a79b3 commit 850c93aCopy full SHA for 850c93a
1 file changed
.github/workflows/nodejs.yml
@@ -12,7 +12,8 @@ jobs:
12
fail-fast: false
13
matrix:
14
node: [10, 12, 14]
15
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest]
16
+ # os: [ubuntu-latest, windows-latest]
17
18
steps:
19
- name: Clone repository
0 commit comments