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 33c73f7 commit e5d9eb9Copy full SHA for e5d9eb9
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ${{ matrix.os }}
7
strategy:
8
matrix:
9
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, windows-latest]
10
node-version: [17.x, 18.x, 19.x]
11
steps:
12
- name: Check out repository code
0 commit comments