Skip to content

Commit 6092948

Browse files
committed
attempt bun migration
1 parent c4a19c8 commit 6092948

File tree

6 files changed

+17
-4803
lines changed

6 files changed

+17
-4803
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
path: . # The root location of your Astro project inside the repository. (optional)
2727
node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
28-
package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
28+
package-manager: bun@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
2929

3030
deploy:
3131
needs: build

bun.lockb

244 KB
Binary file not shown.

0 commit comments

Comments
 (0)