Skip to content

Commit

Permalink
refine(ci): Silence bun version warning in CI (#4746)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Jul 15, 2024
1 parent a3c2f5a commit 1cc9214
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
uses: actions/checkout@v4
- name: 🧅 Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install CodeMirror demo dependencies
working-directory: web/prql-codemirror-demo/
run: bun install
Expand Down

0 comments on commit 1cc9214

Please sign in to comment.