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 a7bf41e commit 927f1ceCopy full SHA for 927f1ce
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
Test:
14
strategy:
15
matrix:
16
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest]
17
node_arch:
18
- x64
19
runs-on: ${{ matrix.os }}
@@ -23,9 +23,9 @@ jobs:
23
with:
24
node-version: '20'
25
architecture: ${{ matrix.node_arch }}
26
- - name: Install windows-build-tools
27
- if: ${{ matrix.os == 'windows-latest' }}
28
- run: npm config set msvs_version 2022
+ # - name: Install windows-build-tools
+ # if: ${{ matrix.os == 'windows-latest' }}
+ # run: npm config set msvs_version 2022
29
- name: Install dependencies
30
run: npm i
31
- name: Run tests
0 commit comments