0
0
Fork 0
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:
Ryan Dahl 2019-04-24 20:33:53 -04:00 committed by GitHub
parent d68b44b6b2
commit 6bece270b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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.

View file

@ -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.