File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ jobs:
1616 - name : Checkout repository
1717 uses : actions/checkout@v2
1818
19- - name : Set up Node.js
20- uses : actions/setup-node@v2
19+ - name : Set up Bun
20+ uses : oven-sh/bun- actions/setup@v1
2121 with :
22- node -version : ' 14 ' # Use your preferred Node.js version
22+ bun -version : ' 1.1.29 ' # Use the version of Bun you want
2323
2424 - name : Install dependencies
25- run : npm install # Use yarn or another package manager if needed
25+ run : bun install # Use bun to install dependencies
2626
2727 - name : Build the project
28- run : npm run build # Run your build command (vite build or other)
28+ run : bun run build # Run your build command using Bun
2929
3030 - name : Deploy to GitHub Pages
3131 uses : peaceiris/actions-gh-pages@v3
You can’t perform that action at this time.
0 commit comments