Context
Tried to add cache: npm to TypeScript's workflows but we become with a blocker: Is it possible to not cache some of the dependencies?:
Issue: microsoft/TypeScript#44924
Originally asked here
I would like to know if there is a way to cache most of the dependencies but to make sure some of them are not being cached with actions/setup-node or actions/cache. As far as I understand there's not an option with latest cache option .
Context
Tried to add
cache: npmto TypeScript's workflows but we become with a blocker: Is it possible to not cache some of the dependencies?:Issue: microsoft/TypeScript#44924
Originally asked here
I would like to know if there is a way to cache most of the dependencies but to make sure some of them are not being cached with
actions/setup-nodeoractions/cache. As far as I understand there's not an option with latestcacheoption .