Skip to content

Commit ad25df0

Browse files
committed
fix: workflow build yml
1 parent 5cea7d1 commit ad25df0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
1616

17-
- name: Install
17+
- name: Install bun
1818
uses: oven-sh/setup-bun@v2
19+
20+
- name: Install dependencies
1921
run: bun install
2022

2123
- name: Run build

0 commit comments

Comments
 (0)