Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit d9dcad0

Browse files
committed
Use npm config to set msvs version
1 parent 490cef6 commit d9dcad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: ${{matrix.node}}
2525
- name: Configure msvs version on Windows
2626
if: ${{matrix.os == 'windows-latest'}}
27-
run: npm config set msvs_version 2019
27+
run: npm config set msvs_version 2017
2828
- name: Run tests
2929
env:
3030
OPENCV4NODEJS_DISABLE_AUTOBUILD: 1

0 commit comments

Comments
 (0)