Browse Source
Merge pull request #138 from XVilka/patch-1
Fix AppVeyor CI builds
pull/141/head
Yoann Padioleau
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.appveyor.yml
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
image: Visual Studio 2015 |
|
|
|
image: Visual Studio 2022 |
|
|
|
|
|
|
|
environment: |
|
|
|
nodejs_version: "8" |
|
|
|
nodejs_version: "18" |
|
|
|
|
|
|
|
platform: |
|
|
|
- x64 |
|
|
|
|