Skip to content

Commit 2f73d31

Browse files
committed
update workflow
1 parent df05f73 commit 2f73d31

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
node-version: 20
1818
# Installe Bun
1919
- name: Install Bun
20-
run: |
21-
curl -fsSL https://bun.sh/install | bash
22-
echo "$HOME/.bun/bin" >> $GITHUB_PATH
20+
- uses: oven-sh/setup-bun@v1
2321

2422
- run: bun install
2523
- run: bun test

0 commit comments

Comments
 (0)