Skip to content

Commit 5b545d4

Browse files
authored
install-product not recognized in ubuntu so trying different method #149
1 parent e15449a commit 5b545d4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ image:
1414
- Visual Studio 2017
1515
- Ubuntu
1616

17+
stack: node 8, python 3.6
18+
environment:
19+
nodejs_version: "8"
20+
1721
install:
18-
# Get the latest stable version of Node.js
19-
- ps: Install-Product node ''
2022
- npm install
2123

2224
build: off

0 commit comments

Comments
 (0)