Use bun
instead of npm
for dependency managament in workflows
#8
Labels
enhancement
New feature or request
bun
instead of npm
for dependency managament in workflows
#8
the workflow will be significantly faster if the installation of dependencies (
npm install
) is replaced with bun (bun install
)The text was updated successfully, but these errors were encountered: