Skip to content

Commit 73834b3

Browse files
author
Sander Ronde
committed
Add bun
1 parent e5c3b83 commit 73834b3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ jobs:
3636
node-version: 14
3737
registry-url: https://registry.npmjs.org/
3838

39+
- uses: oven-sh/setup-bun@v1
40+
3941
- name: Install dependencies
40-
run: npm i
42+
run: bun install
4143

4244
- name: Setup package path
4345
id: setup

0 commit comments

Comments
 (0)