bahmutov / npm-install

GitHub Action for install npm dependencies with caching without any configuration
https://github.com/marketplace/actions/npm-or-yarn-install-with-caching
650 stars 70 forks source link

useYarn input is missing from action.yml #201

Open FFdhorkin opened 11 months ago

FFdhorkin commented 11 months ago

It appears that there is a useYarn option, but bahmutov/npm-install/blob/master/action.yml does not list it as an input. I needed to make a workflow where I tested something worked with yarn, but since I don't normally use yarn, there's no yarn lock, etc.