Skip to content

Commit 478068f

Browse files
committed
fix: add bun install command to CI
1 parent f5282d2 commit 478068f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/qa.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ jobs:
8989
slack_bot_token: ${{ env.SLACK_BOT_TOKEN }}
9090
slack_channel_id: ${{ env.SLACK_CHANNEL_ID }}
9191

92-
# Setup dependencies for QA (skip for draft PRs)
93-
# - name: Setup dependencies
94-
# uses: settlemint/shared-actions/.github/actions/setup-dependencies@e6f1bf8860111910c2ec9538e9edc137f39e8ef1 # main
95-
# with:
96-
# github_token: ${{ secrets.GITHUB_TOKEN }}
97-
# npm_token: ${{ env.NPM_TOKEN }}
98-
# disable_node: "true"
92+
- name: Setup Bun
93+
uses: oven-sh/setup-bun@v2
94+
with:
95+
bun-version: latest
96+
97+
- name: Install dependencies
98+
run: bun install --frozen-lockfile
9999

100100
- name: Login to GitHub Container Registry
101101
if: |

0 commit comments

Comments
 (0)