Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Update appveyor build config to use node 11
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Mar 13, 2020
1 parent 987aba2 commit c091145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ init:
- git config --global core.autocrlf input

install:
- ps: Install-Product node 8 x64
- ps: Install-Product node 11 x64
- yarn
- yarn run rebuild

Expand Down

0 comments on commit c091145

Please sign in to comment.