8000 GitHub - cutenode/action-mingine: A GitHub Action that uses Mingine to surface minimum Node.js version in JavaScript projects.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cutenode/action-mingine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@cutenode/action-mingine

This action checks your minimum Node.js engines as defined by your modules' engines.

Inputs

  • path string - the path to check for node_modules. Default: ./

Outputs

  • node string - the minimum usable version of Node.js as defined by your dependencies.

Example usage

uses: cutenode/action-mingine
with:
  path: './'

About

A GitHub Action that uses Mingine to surface minimum Node.js version in JavaScript projects.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0