nodenv / node-build

Install NodeJS versions
MIT License
266 stars 80 forks source link

Enable manually bumping via workflow #922

Closed jasonkarns closed 2 months ago

jasonkarns commented 2 months ago

workflow_dispatch input is optional. If omitted, derive bump level as before. If provided, it takes precedence and is used directly.

closes #896