We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615e9d3 commit 506c51bCopy full SHA for 506c51b
.github/workflows/NodeCI.yml
@@ -51,7 +51,7 @@ jobs:
51
runs-on: ${{ matrix.os }}
52
strategy:
53
matrix:
54
- os: [ubuntu-latest]
+ os: [ubuntu-latest, windows-latest]
55
eslint: [8, 9]
56
node: [18.x, 20.x, 22.x, latest]
57
steps:
0 commit comments