Node version needs upgrading to 12 or higher in azure-pipelines.yml
Closed this issue · 4 comments
jimiryquai commented
npm install and build script fails with Node v10
julianYaman commented
In general, I can only recommend using the latest LTS version of Node.js (currently v16.14.0) to guarantee the best stability in executing your JS code and to have the better support in case of a Node.js related error.
jimiryquai commented
Yeah I was referring to the YAML here: https://xrm-oss.github.io/D365-UI-Test/pages/Tutorials/10_DevOps.html and then realised it's not even part of this repo after posting
DigitalFlow commented
Thanks for the input, I'll update the Tutorial page.
DigitalFlow commented
Documentation has been updated.