We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae086d commit 658b5e8Copy full SHA for 658b5e8
1 file changed
.github/workflows/test.yml
@@ -26,8 +26,7 @@ jobs:
26
needs: check
27
strategy:
28
matrix:
29
- os: ["ubuntu", "macos"]
30
- # TODO: re-enable "windows", see https://github.com/npm/cli/issues/4234
+ os: ["ubuntu", "macos", "windows"]
31
node_version: ["current", "lts_latest"]
32
steps:
33
- uses: actions/checkout@v3
0 commit comments