Skip to content

Commit 658b5e8

Browse files
authored
Re-add Windows to CI (#2584)
1 parent 8ae086d commit 658b5e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
needs: check
2727
strategy:
2828
matrix:
29-
os: ["ubuntu", "macos"]
30-
# TODO: re-enable "windows", see https://github.com/npm/cli/issues/4234
29+
os: ["ubuntu", "macos", "windows"]
3130
node_version: ["current", "lts_latest"]
3231
steps:
3332
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)