build: use bun lockfile

This commit is contained in:
rzmk 2024-03-13 14:24:39 -04:00
parent da1b65e879
commit be1c6d98af
No known key found for this signature in database
3 changed files with 1 additions and 5409 deletions

View file

@ -24,8 +24,7 @@ jobs:
- name: Install, build, and upload your site
uses: withastro/action@v2
with:
path: .
package-manager: bun # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
package-manager: bun
deploy:
needs: build