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