Skip to content

Commit

Permalink
chore: use Node 12 in AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Sep 13, 2019
1 parent ae7a238 commit 64a9c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
nodejs_version: "10"
nodejs_version: "12"
install:
- ps: Install-Product node 10
- ps: Install-Product node 12
- "npm -g install npm@6"
- "set PATH=%APPDATA%\\npm;%PATH%"
- "npm install"
Expand Down

0 comments on commit 64a9c64

Please sign in to comment.