1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

ci: use Node.js v12 on Appveyor (#2943)

This commit is contained in:
Christian Moritz 2019-09-14 01:29:54 +02:00 committed by Bert Belder
parent a93b29007f
commit 1a6c4b644b
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -103,8 +103,7 @@ install:
}
# Install a recent Node.js version.
# TODO(ry) Upgrade to v12 once Install-Produce supports it.
- ps: Install-Product -Product node -Version 10 -Platform x64
- ps: Install-Product -Product node -Version 12 -Platform x64
# Make sure the right Python version is in PATH, and others are not.
- ps: |-