adjust version ranges to be appveyor friendly

This commit is contained in:
Kerry M-R 2023-10-12 08:16:05 +10:30 committed by GitHub
parent 18acaee21f
commit 31cc7583a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ environment:
install:
- ps: Install-Product node $env:nodejs_version x64
- set CI=true
- npm i -g npm@"10-11"
- npm i -g npm@">=10.2.0 <11.0.0"
- set PATH=%APPDATA%\npm;%PATH%
- npm i
matrix: