https://github.com/cutenode/action-mingine
A GitHub Action that uses Mingine to surface minimum Node.js version in JavaScript projects.
https://github.com/cutenode/action-mingine
engines mingine node node-js package-json
Last synced: about 2 months ago
JSON representation
A GitHub Action that uses Mingine to surface minimum Node.js version in JavaScript projects.
- Host: GitHub
- URL: https://github.com/cutenode/action-mingine
- Owner: cutenode
- License: mit
- Created: 2020-01-31T20:58:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T19:21:39.000Z (almost 4 years ago)
- Last Synced: 2025-02-22T03:31:49.877Z (over 1 year ago)
- Topics: engines, mingine, node, node-js, package-json
- Language: JavaScript
- Size: 2.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @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
```yaml
uses: cutenode/action-mingine
with:
path: './'
```