redhat-developer / openshift-vsts

OpenShift Extension for Azure DevOps.
Apache License 2.0
15 stars 20 forks source link

chore: make extension works with node 10 by default #196

Closed lstocchi closed 1 year ago

lstocchi commented 2 years ago

Followed this guide to migrate to node10 -> https://github.com/microsoft/azure-pipelines-tasks/blob/master/docs/migrateNode10.md

I also bumped the version of each task, so if someone is running with a local agent node6 they are aware of this breaking change.

lstocchi commented 1 year ago

LGTM but you need to modify the repo settings because seems PR is waiting for a job called Node6 to report

I think it's like that because it sees that Node6 workflow in the master but in this PR has been removed. By merging this, the issue should be solved