Name and Version
all
What is the problem this feature will solve?
Slow javascript workflows
What is the feature you are proposing to solve the problem?
Add cache to speed up js workflows, cause a lot of npm i and npm ci there, and see if it decreases total workflow time.
See https://github.com/actions/setup-node?tab=readme-ov-file#caching-global-packages-data for details
What alternatives have you considered?
No response
Name and Version
all
What is the problem this feature will solve?
Slow javascript workflows
What is the feature you are proposing to solve the problem?
Add cache to speed up js workflows, cause a lot of
npm iandnpm cithere, and see if it decreases total workflow time.See https://github.com/actions/setup-node?tab=readme-ov-file#caching-global-packages-data for details
What alternatives have you considered?
No response