File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,9 @@ jobs:
113
113
- name : macOS
114
114
os : macos-latest
115
115
shell : bash
116
+ - name : Windows
117
+ os : windows-latest
118
+ shell : cmd
116
119
node-version :
117
120
- 14.17.0
118
121
- 14.x
Original file line number Diff line number Diff line change 56
56
- name : macOS
57
57
os : macos-latest
58
58
shell : bash
59
+ - name : Windows
60
+ os : windows-latest
61
+ shell : cmd
59
62
node-version :
60
63
- 14.17.0
61
64
- 14.x
Original file line number Diff line number Diff line change 23
23
"template-oss-apply" : " template-oss-apply --force"
24
24
},
25
25
"tap" : {
26
- "check-coverage " : true ,
26
+ "timeout " : 600 ,
27
27
"coverage-map" : " map.js" ,
28
28
"nyc-arg" : [
29
29
" --exclude" ,
52
52
},
53
53
"templateOSS" : {
54
54
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
55
- "windowsCI" : false ,
56
55
"version" : " 4.15.1"
57
56
}
58
57
}
You can’t perform that action at this time.
0 commit comments