Skip to content

Commit

Permalink
got back to 7.9 for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
weinand committed Feb 8, 2019
1 parent d7773c0 commit 444c49d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
install:
- ps: Install-Product node 7.9.0 x64
- ps: Install-Product node 10.2 x64

build_script:
- yarn install
- npm install

test_script:
- yarn test
- npm test

0 comments on commit 444c49d

Please sign in to comment.