Skip to content

Commit

Permalink
feat - Using bun now...
Browse files Browse the repository at this point in the history
  • Loading branch information
OZoneGuy committed Sep 23, 2023
1 parent 5698444 commit f12ea98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
- uses: oven-sh/setup-bun@v1
with:
node-version: '20.3.0'
- name: Install packages
run: npm ci
- name: Build
run: npm run build
- name: Test
run: echo "No tests for now :)"
bun-version: latest
- run: bun install
- run: bun run build
- name: Setup SSH
env:
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH }}
Expand Down
Binary file added bun.lockb
Binary file not shown.

0 comments on commit f12ea98

Please sign in to comment.