From 1e07ede26c91618a5d2692195e20bed13da90552 Mon Sep 17 00:00:00 2001 From: Terry Dellino Date: Sat, 13 Apr 2024 06:47:06 -0400 Subject: [PATCH] fix(ci): missing shell property --- .github/setup/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/setup/action.yml b/.github/setup/action.yml index 2eb7e4a..1525a43 100644 --- a/.github/setup/action.yml +++ b/.github/setup/action.yml @@ -9,3 +9,4 @@ runs: node-version: 20.x - uses: pnpm/action-setup@v2.2.4 - run: pnpm install --frozen-lockfile + shell: bash