XRM-OSS / D365-UI-Test

An unopinionated UI testing library for Dynamics 365 CE and Dynamics Portals. Powered by TypeScript and playwright
https://xrm-oss.github.io/D365-UI-Test/
MIT License
60 stars 15 forks source link

Node version needs upgrading to 12 or higher in azure-pipelines.yml #39

Closed jimiryquai closed 1 year ago

jimiryquai commented 2 years ago

npm install and build script fails with Node v10

julianYaman commented 2 years ago

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 2 years ago

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 2 years ago

Thanks for the input, I'll update the Tutorial page.

DigitalFlow commented 1 year ago

Documentation has been updated.