An open API service indexing awesome lists of open source software.

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.

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: './'
```