From 51a8f6cde849ddf575632d5e28b14bc0abf9ea06 Mon Sep 17 00:00:00 2001 From: Guido Flohr Date: Wed, 8 Jan 2025 18:40:09 +0200 Subject: [PATCH] use setup-bun --- .github/workflows/ci-quick.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-quick.yaml b/.github/workflows/ci-quick.yaml index 30d6f73..2d08538 100644 --- a/.github/workflows/ci-quick.yaml +++ b/.github/workflows/ci-quick.yaml @@ -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