withastro / action

A GitHub Action that deploys your Astro project to GitHub Pages
Other
143 stars 31 forks source link

Support Bun package manager #26

Closed colinhacks closed 10 months ago

colinhacks commented 11 months ago

This PR updates the action to infer usage of the Bun package manager based on existence of bun.lockb. If package-manager: bun is set or if a bun.lockb is detected, Bun will be installed using the setup-bun action and used to install dependencies.

The updated action has been tested here: https://github.com/colinhacks/astro-action-check/actions/runs/5756396287