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:
parent
a93b29007f
commit
1a6c4b644b
1 changed files with 1 additions and 2 deletions
|
@ -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: |-
|
||||
|
|
Loading…
Reference in a new issue