From b606d5f46333e0c3d5a4c498e011585386d9d7f1 Mon Sep 17 00:00:00 2001 From: db123 Date: Tue, 12 May 2026 10:40:31 +0330 Subject: [PATCH] fix: made default shell sh instead of bash node:apline doesn't include bash it only has sh so i set the default shell to that --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b14c491..ae4da49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,10 @@ jobs: build-and-publish: runs-on: node-latest + defaults: + run: + shell: sh + steps: - name: Install dependencies run: npm ci --prefer-offline