Skip to content

Commit e6b410b

Browse files
committed
chore: windows ci
1 parent 17527e5 commit e6b410b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/ci-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ jobs:
113113
- name: macOS
114114
os: macos-latest
115115
shell: bash
116+
- name: Windows
117+
os: windows-latest
118+
shell: cmd
116119
node-version:
117120
- 14.17.0
118121
- 14.x

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
- name: macOS
5757
os: macos-latest
5858
shell: bash
59+
- name: Windows
60+
os: windows-latest
61+
shell: cmd
5962
node-version:
6063
- 14.17.0
6164
- 14.x

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"template-oss-apply": "template-oss-apply --force"
2424
},
2525
"tap": {
26-
"check-coverage": true,
26+
"timeout": 600,
2727
"coverage-map": "map.js",
2828
"nyc-arg": [
2929
"--exclude",
@@ -52,7 +52,6 @@
5252
},
5353
"templateOSS": {
5454
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
55-
"windowsCI": false,
5655
"version": "4.15.1"
5756
}
5857
}

0 commit comments

Comments
 (0)