Skip to content

Commit 659444a

Browse files
JCMaisDEADF00D
authored andcommitted
ci: fix appveyor build failling due to misconfigured msvs version
1 parent e5d4656 commit 659444a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)