DerYeger / yarn-setup-action

GitHub Action for setting up a Yarn environment. Caches dependencies for reduced execution times.
MIT License
18 stars 3 forks source link

bug: Node version parameter is incorrectly referenced #45

Closed cubabit closed 1 year ago

cubabit commented 1 year ago

Affected Packages

Description

The node-version parameter is not correctly references when passed to setup-node action.

i have created a PR https://github.com/DerYeger/yarn-setup-action/pull/44

Reproduction

Use the node-version parameter when calling the action

Additional context

No response

Preferences

DerYeger commented 1 year ago

Thanks for the issue report and PR!