This action checks your minimum Node.js engines as defined by your modules' engines.
pathstring - the path to check fornode_modules. Default:./
nodestring - the minimum usable version of Node.js as defined by your dependencies.
uses: cutenode/action-mingine
with:
path: './'