In this simple post, we will look for some ways how to upgrade the Node version on an Azure platform.
This is the most popular way for various cloud platforms. Just add an engines property with node version to package.json file:
"engines": {
"node": "14.4.0"
}
Go to your app on Azure and open “Configuration” in the left sidebar:
Click on “General settings” tab. Now you can specify Node version:
You can check Node version by visiting https://<your-app>.scm.azurewebsites.net/Env#envVariables. So, FRAMEWORK and FRAMEWORK_VERSION variables contains the information about Node: