Alfresco / alfresco-docker-installer

Generator to build Docker Compose templates to deploy Alfresco Community
Other
140 stars 57 forks source link

Update Yoeman requirements to support Node.js version 14 or higher #169

Closed MarcosCK closed 1 year ago

MarcosCK commented 1 year ago

This pull request aims to update the Yoeman requirement to support Node.js version 14 or higher.

After some errors received when upgrading to the latest version of the alfresco docker installer. I realized that the error came from the version I was using of node: 12.22.9 After upgrading to a newer version, I noticed that the error was gone.

Main changes made to this pull request:

In addition, I ran a series of tests to ensure that the project continues to work correctly with the new version of Node. All tests passed successfully.

I appreciate the review of this pull request and am open to any suggestions or additional modifications.

Thanks!

aborroy commented 1 year ago

Thanks!