Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Use Node 12 in AppVeyor #1495

Merged
merged 1 commit into from
Oct 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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