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 fcd3148
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
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
1 change: 0 additions & 1 deletion package.json
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 fcd3148

Please sign in to comment.