Skip to content

Commit

Permalink
chore: switch APPVEYOR to Node 12 LTS
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
lidel committed Apr 7, 2020
1 parent b5d3558 commit ec53d72
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 @@ -13,7 +13,7 @@ init:
- git config --global core.autocrlf input

install:
- ps: Install-Product node 10 x64
- ps: Install-Product node 12 x64
- npm install

build_script:
Expand Down

0 comments on commit ec53d72

Please sign in to comment.