Skip to content

Commit

Permalink
fix: use bun
Browse files Browse the repository at this point in the history
  • Loading branch information
fahminlb33 committed Oct 15, 2024
1 parent e6fd7c4 commit 7a53570
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,13 @@ jobs:
extended: true

- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 20
uses: oven-sh/setup-bun@v2

- name: Install dependencies
run: npm ci
run: bun install --frozen-lockfile

- name: Build website
run: npm run build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bun run build

- name: Deploy to Azure
uses: Azure/static-web-apps-deploy@v1
Expand Down

0 comments on commit 7a53570

Please sign in to comment.