Skip to content

Commit

Permalink
chore: windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Jun 5, 2023
1 parent 17527e5 commit e6b410b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-release.yml
Expand Up @@ -113,6 +113,9 @@ jobs:
- name: macOS
os: macos-latest
shell: bash
- name: Windows
os: windows-latest
shell: cmd
node-version:
- 14.17.0
- 14.x
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -56,6 +56,9 @@ jobs:
- name: macOS
os: macos-latest
shell: bash
- name: Windows
os: windows-latest
shell: cmd
node-version:
- 14.17.0
- 14.x
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -23,7 +23,7 @@
"template-oss-apply": "template-oss-apply --force"
},
"tap": {
"check-coverage": true,
"timeout": 600,
"coverage-map": "map.js",
"nyc-arg": [
"--exclude",
Expand Down Expand Up @@ -52,7 +52,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"windowsCI": false,
"version": "4.15.1"
}
}

0 comments on commit e6b410b

Please sign in to comment.