install Node.js 14 in appveyor

This commit is contained in:
Ivan Kopeykin 2020-07-22 19:58:34 +03:00
parent bd858f0d30
commit 03bfa6fb59
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ cache:
- ".jest-cache"
install:
- ps: Install-Product node 12 x64
- ps: Install-Product node 14 x64
- yarn --frozen-lockfile --preferred-cache-folder ..\\.yarn-cache
- yarn link --frozen-lockfile --preferred-cache-folder ..\\.yarn-cache || yarn link --frozen-lockfile --preferred-cache-folder ..\\.yarn-cache
- yarn link webpack --frozen-lockfile --preferred-cache-folder ..\\.yarn-cache