Skip to content

Commit

Permalink
feat: switch to latest bun
Browse files Browse the repository at this point in the history
  • Loading branch information
hrgui committed Dec 26, 2023
1 parent d7eabc5 commit eeee92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3

- name: ⎔ Setup node
- name: ⎔ Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: "1.0.0"
bun-version: latest

- name: 📥 Download deps
run: |
Expand Down

1 comment on commit eeee92d

@vercel
Copy link

@vercel vercel bot commented on eeee92d Dec 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hrgui-github-io – ./

hrgui-github-io-git-develop-hrgui.vercel.app
hrgui-github-io-hrgui.vercel.app
hrgui-github-io.vercel.app

Please sign in to comment.