-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Conversation
I think |
@@ -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'); |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
* AzureKeyVaultV1 * ContainerBuildV0 * DuffleInstallerV0 * Execution: Node10 AzureKeyVault and ContainerBuild * GitHubReleaseV0 * GitHubReleaseV1 * KubernetesManifestV0 * Updating common modules to preview * DockerComposeV0 * DockerInstallerV0 * MochaDone to Mocha.Done
* AzureKeyVaultV1 * ContainerBuildV0 * DuffleInstallerV0 * Execution: Node10 AzureKeyVault and ContainerBuild * GitHubReleaseV0 * GitHubReleaseV1 * KubernetesManifestV0 * Updating common modules to preview * DockerComposeV0 * DockerInstallerV0 * MochaDone to Mocha.Done
Task name: AzureKeyVaultV1, ContainerBuildV0, DockerComposeV0, DockerInstallerV0, DuffleInstallerV0, GitHubReleaseV0, GitHubReleaseV1, KubernetesManifestV0,
Description: Upgrading the tasks execution to
Node10
Documentation changes required: N
Checklist: