From a171649c239faa695fe53274266b12c5aba12e3a Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Mon, 18 Nov 2024 04:27:43 +0900 Subject: [PATCH] fix: test installation with bun --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 6ec6786..f55ecbb 100644 --- a/action.yml +++ b/action.yml @@ -37,6 +37,8 @@ runs: with: node-version: ${{ inputs.nodeVersion }} + - uses: oven-sh/setup-bun@v2 + - name: Install dependencies shell: bash run: |