Skip to content

Commit

Permalink
fix: github workflow bun error
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanyilmaz committed May 6, 2024
1 parent 2acd70d commit c73ac38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🏗 Setup repo
uses: oven-sh/setup-bun@v1
- name: 🏗 Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit c73ac38

Please sign in to comment.