Skip to content

Commit

Permalink
use node 16 for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasnordquist committed Feb 27, 2022
1 parent 6b030ab commit df9eda4
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 @@ -7,7 +7,7 @@ cache:
- '%LOCALAPPDATA%\electron-builder\cache'

install:
- ps: Install-Product node 10
- ps: Install-Product node 16

build_script:
- yarn
Expand Down

0 comments on commit df9eda4

Please sign in to comment.