Skip to content

Commit 6684d18

Browse files
committed
1 parent 9fee447 commit 6684d18

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

appveyor.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ environment:
99
matrix:
1010
- nodejs_version: "8"
1111
- nodejs_version: "10"
12+
image:
13+
- Ubuntu
14+
- Visual Studio 2017
1215

1316
# Install scripts. (runs after repo cloning)
1417
install:
15-
- ps: Install-Product node $env:nodejs_version
16-
- appveyor-retry yarn --frozen-lockfile --non-interactive
18+
- cmd: powershell Install-Product node $env:nodejs_version
19+
- sh: nvm install $nodejs_version
20+
- yarn --frozen-lockfile --non-interactive
1721

1822
cache:
1923
- '%LOCALAPPDATA%\Yarn'

0 commit comments

Comments
 (0)