Skip to content

Commit

Permalink
ci: setup bun
Browse files Browse the repository at this point in the history
  • Loading branch information
tutinoko2048 committed Aug 9, 2024
1 parent 8ae6fda commit 5477980
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,14 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18

- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest

- name: Install dependencies
run: npm i
run: bun i

- name: Read package version
id: version
Expand Down

0 comments on commit 5477980

Please sign in to comment.