Skip to content

Commit 6513c0d

Browse files
committed
ci: fix appveyor build failling due to misconfigured msvs version
1 parent 478ac35 commit 6513c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ install:
152152
$env:PATH = "$outputFolder;$env:PATH"
153153
}
154154
155-
$env:npm_config_msvs_version = "2019"
155+
$env:npm_config_msvs_version = "2022"
156156
$env:npm_config_build_from_source = "true"
157157
$env:npm_config_runtime = $runtime
158158
$env:npm_config_dist_url = $dist_url

0 commit comments

Comments
 (0)