From a6a123c3a073a6284a9ec2ba6ff0ffafeb12e1f2 Mon Sep 17 00:00:00 2001 From: Cedric van Putten <github@cedric.dev> Date: Thu, 4 Jul 2024 20:37:47 +0200 Subject: [PATCH] chore: use Bun version `1` as setup See: https://github.com/oven-sh/setup-bun/issues/37 --- .github/actions/setup-project/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-project/action.yml b/.github/actions/setup-project/action.yml index ef3ec83..ef51e50 100644 --- a/.github/actions/setup-project/action.yml +++ b/.github/actions/setup-project/action.yml @@ -4,7 +4,7 @@ description: Prepare the project for any CI action inputs: bun-version: description: Version of Bun to install - default: 1.x + default: 1 node-version: description: Version of Node to install