We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5282d2 commit 478068fCopy full SHA for 478068f
1 file changed
.github/workflows/qa.yml
@@ -89,13 +89,13 @@ jobs:
89
slack_bot_token: ${{ env.SLACK_BOT_TOKEN }}
90
slack_channel_id: ${{ env.SLACK_CHANNEL_ID }}
91
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"
+ - name: Setup Bun
+ uses: oven-sh/setup-bun@v2
+ with:
+ bun-version: latest
+
+ - name: Install dependencies
+ run: bun install --frozen-lockfile
99
100
- name: Login to GitHub Container Registry
101
if: |
0 commit comments