mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
Upgrade CI to Node v12 (#2193)
This commit is contained in:
parent
d68b44b6b2
commit
6bece270b2
2 changed files with 3 additions and 2 deletions
|
@ -130,6 +130,7 @@ install:
|
|||
$env:DEPOT_TOOLS_WIN_TOOLCHAIN = "0"
|
||||
|
||||
# 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
|
||||
|
||||
# Make sure the right Python version is in PATH, and others are not.
|
||||
|
|
|
@ -33,8 +33,8 @@ install:
|
|||
# Because prebuilt/ is cached, we need to manually reset changes that might
|
||||
# happen to the sha1 files here.
|
||||
- git checkout -- prebuilt
|
||||
- nvm install v10
|
||||
- nvm use --delete-prefix v10
|
||||
- nvm install v12
|
||||
- nvm use --delete-prefix v12
|
||||
- node -v
|
||||
- |-
|
||||
# Install Rust.
|
||||
|
|
Loading…
Add table
Reference in a new issue