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

Upgrade node and yarn #2894

Merged
merged 7 commits into from
Sep 16, 2020
Merged

Conversation

ultmaster
Copy link
Contributor

@ultmaster ultmaster commented Sep 14, 2020

Makefile in deployment folder still needs to be updated correspondingly.

Yarn will use the latest version per @liuzhe-lz 's suggestion.

Node.js 10.13 -> 10.22

yarn 1.12.1 -> 1.22.5

@ultmaster ultmaster marked this pull request as ready for review September 14, 2020 15:03
@liuzhe-lz
Copy link
Contributor

I'm not suggesting to use latest yarn. I just said it's acceptable...

@@ -7,12 +7,13 @@ $install_yarn = $true

if ([Environment]::Is64BitOperatingSystem) {
$OS_VERSION = 'win64'
$nodeUrl = "https://nodejs.org/download/release/v10.22.0/node-v10.22.0-win-x64.zip"
}
else {
$OS_VERSION = 'win32'
Copy link
Contributor

@liuzhe-lz liuzhe-lz Sep 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait, does NNI support 32-bit Windows?
If yes, where is the pipeline?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IDK. I'm sure NNI doesn't support 32-bit Linux.

@chicm-ms
Copy link
Contributor

I'm not suggesting to use latest yarn. I just said it's acceptable...

Agree, suggest to use a fixed version.

@chicm-ms
Copy link
Contributor

Suggest to run IT pipelines: windows/linux local and remote, and build pipeline.

@QuanluZhang QuanluZhang mentioned this pull request Sep 16, 2020
79 tasks
@ultmaster ultmaster merged commit 66057ba into microsoft:master Sep 16, 2020
@Lijiaoa Lijiaoa mentioned this pull request Oct 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants