aws / aws-toolkit-azure-devops

AWS Toolkit for Azure DevOps
Other
249 stars 106 forks source link

Revert "fix: allow tasks to run with node16" #560

Closed rbbarad closed 4 months ago

rbbarad commented 4 months ago

Reverts aws/aws-toolkit-azure-devops#551

We need to temporarily revert this commit to unblock a release.

Supporting node 16 requires bumping azure-pipelines-task-lib. We are currently blocked from doing this because this version bump uses a newer version of shelljs as a dependency, which produces runtime errors for our task. (see PR description in https://github.com/aws/aws-toolkit-azure-devops/pull/539 for more details).

To unblock ourselves, we will revert this commit as we investigate a workaround for the shelljs bundling issue