Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node execution upgrade to Node10 #14014

Merged
merged 13 commits into from
Jan 7, 2021
Merged

Conversation

thesattiraju
Copy link
Contributor

@thesattiraju thesattiraju commented Dec 2, 2020

Task name: AzureKeyVaultV1, ContainerBuildV0, DockerComposeV0, DockerInstallerV0, DuffleInstallerV0, GitHubReleaseV0, GitHubReleaseV1, KubernetesManifestV0,

Description: Upgrading the tasks execution to Node10

Documentation changes required: N

Checklist:

  • Task version was bumped - please check instruction how to do it
  • Checked that applied changes work as expected

@shigupt202
Copy link
Contributor

shigupt202 commented Jan 7, 2021

I think MochaDone in L0's is also deprecated and needs to be replaced with Mocha.Done for Node 10 migration.

@@ -39,7 +39,7 @@ async function downloadDuffle(version: string): Promise<string> {
}

const dufflePath = path.join(cachedToolPath, DuffleToolName + getExecutableExtension());
fs.chmod(dufflePath, '777');
fs.chmodSync(dufflePath, '777');
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this required as part of Node 10 upgrade?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yup. In Node6 chmod was synchronous by default

@thesattiraju thesattiraju merged commit 3f3772e into master Jan 7, 2021
thesattiraju added a commit that referenced this pull request Jan 7, 2021
* AzureKeyVaultV1

* ContainerBuildV0

* DuffleInstallerV0

* Execution: Node10 AzureKeyVault and ContainerBuild

* GitHubReleaseV0

* GitHubReleaseV1

* KubernetesManifestV0

* Updating common modules to preview

* DockerComposeV0

* DockerInstallerV0

* MochaDone to Mocha.Done
thesattiraju added a commit that referenced this pull request Jan 7, 2021
* AzureKeyVaultV1

* ContainerBuildV0

* DuffleInstallerV0

* Execution: Node10 AzureKeyVault and ContainerBuild

* GitHubReleaseV0

* GitHubReleaseV1

* KubernetesManifestV0

* Updating common modules to preview

* DockerComposeV0

* DockerInstallerV0

* MochaDone to Mocha.Done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants