Skip to content

Commit

Permalink
fix node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gflohr committed Jan 8, 2025
1 parent da9f590 commit 46e0377
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-quick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ jobs:
uses: actions/checkout@v4

- name: Set up Node.js
uses: oven-sh/setup-bun@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Set up Bun
uses: oven-sh/setup-bun@v2

- name: Install dependencies
run: bun install

Expand Down

0 comments on commit 46e0377

Please sign in to comment.