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

Commit 90a8747

Browse files
committed
Configure msvs version on Windows
1 parent e68e046 commit 90a8747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: ${{matrix.node}}
2525
- name: Configure msvs version on Windows
26-
if: ${{matrix.os == 'winows-latest'}}
26+
if: ${{matrix.os == 'windows-latest'}}
2727
run: node-gyp configure --msvs_version=2019
2828
- name: Run tests
2929
env:

0 commit comments

Comments
 (0)