-
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
Migrate remaining pipeline tasks to Node 10 #15183
Comments
@anatolybolshakov, node.js 10 is out of support: https://nodejs.org/en/about/releases/. why not target the current lts version to get a few years head start? |
@kasperk81 we are planning to move forward to the current lts nodejs version as well, although just going to make gradual migration - to make sure that there won't be issues caused by significant leap between node major versions. |
Created PR for AppCenterDistributed tasks. |
AppCenterTest1 - PR |
AzureMonitorAlerts - PR |
VsTestV2 - PR |
NuGetToolInstallerV0-V1 PRs: |
NuGetInstallerV0 - PR |
DownloadFileshareArtifactsV0 - PR |
NuGetRestoreV1 - PR |
UniversalPackagesV0 — PR |
NpmAuthenticateV0 - PR |
PublishTestResultsV1 - PR |
OpenPolicyAgentInstallerV0 - PR |
NuGetCommandV2 - PR |
Close because the next step will be here: https://github.com/microsoft/azure-pipelines-tasks/wiki/Tasks-supporting-NodeJS-v6.x |
Since we are going to remove obsolete Node 6 execution handler - we need to migrate tasks which still use it - to Node 10:
The text was updated successfully, but these errors were encountered: