Browse Source

ci: use nodejs 20 for appveyor

pull/197/head
Anton Kochkov 2 years ago
committed by Amaan Qureshi
parent
commit
f64a422d4e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .appveyor.yml

+ 1
- 1
.appveyor.yml View File

@ -1,7 +1,7 @@
image: Visual Studio 2022
environment:
nodejs_version: "18"
nodejs_version: "20"
platform:
- x64

Loading…
Cancel
Save