-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for cache type bun
#1034
Comments
Hello @koozz, Thank you for creating this feature request and we will get back to you once we have some feedback on this :) |
I think such a cache should likely be part of https://github.com/oven-sh/setup-bun. |
I reckon this action should cache all node dependencies, right? Since we run this after |
What action do you think this is the repository for? It doesn't sound like you realize you've submitted a feature request for |
Description:
The setup-node action is a popular tool for setting up Node.js environments in GitHub Actions workflows. Currently, it supports npm, pnpm, and yarn as package managers. However, there’s a need to include support for Bun, a faster JavaScript runner.
Justification:
Bun offers performance improvements over traditional JavaScript runners, making it an attractive choice for developers. By adding support for Bun in the
setup-node
action, GitHub Actions workflows can benefit from its speed and efficiency.Are you willing to submit a PR?
I will have a look.
The text was updated successfully, but these errors were encountered: