Azure / azure-service-operator

Azure Service Operator allows you to create Azure resources using kubectl
https://azure.github.io/azure-service-operator/
MIT License
716 stars 194 forks source link

Use NPM from standard source #3976

Closed theunrepentantgeek closed 4 months ago

theunrepentantgeek commented 4 months ago

What this PR does / why we need it:

We previously were manually making node v18 available because only v12 was available from standard sources; we now have v18 directly available, so the prior workaround is not required.

Special notes for your reviewer:

I suspect this may have been the underlying cause of the problems I was experiencing with reloads of the devcontainer.

How does this PR make you feel: gif