We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2033e2d commit 63ed838Copy full SHA for 63ed838
.github/workflows/test.yml
@@ -27,6 +27,7 @@ jobs:
27
strategy:
28
matrix:
29
os: ["ubuntu", "macos"]
30
+ # TODO: re-enable "windows", see https://github.com/npm/cli/issues/4234
31
node_version: ["current", "lts_latest"]
32
steps:
33
- uses: actions/checkout@v1.0.0
0 commit comments