jason-johnson / azure-pipelines-tasks-terraform

Azure Pipelines extension for Terraform
MIT License
122 stars 51 forks source link

Node 16+ support #430

Open nwallace83 opened 2 months ago

nwallace83 commented 2 months ago

The latest version of the self-hosted pipeline-agent-* (3.238.0) no longer has Node10 installed by default. Attempting to run this task with the new version of the agent results in the below error.

##[error]This step requires a node version that does not exist in the agent filesystem. Path: {removed}/externals/node10/bin/node

Node10 appears to still be included in the vsts-agent-* versions. I can't find any official announcement of Node10 being deprecated from the agents except this old announcement.

https://learn.microsoft.com/en-us/azure/devops/release-notes/roadmap/2022/no-node-6-on-hosted-agents

jason-johnson commented 1 month ago

Is this for this extension? In the linked issue you mention TerraformTask which is actually this project. We don't have any task called "TerraformTask" in this extension.