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 27fc616 commit 8d336c4Copy full SHA for 8d336c4
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest]
18
node: ["lts/*"]
19
typescript: ["5.5", "latest"]
20
name: Test with TypeScript ${{ matrix.typescript }} on Node ${{ matrix.node }} (${{ matrix.os }})
0 commit comments