Skip to content

Commit

Permalink
use setup-bun
Browse files Browse the repository at this point in the history
  • Loading branch information
gflohr committed Jan 8, 2025
1 parent 44c16bd commit 51a8f6c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci-quick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,13 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

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

- name: Install Bun
run: curl -fsSL https://bun.sh/install | bash

- name: Set Bun environment path
shell: bash
run: echo "export PATH=\$HOME/.bun/bin:\$PATH" >> $GITHUB_ENV

- name: Install dependencies
run: bun install

Expand Down

0 comments on commit 51a8f6c

Please sign in to comment.