From 06b6b759eab3143a3aeed32b4a7a5aafcfd64f5b Mon Sep 17 00:00:00 2001 From: Andrew Parker Date: Wed, 24 Jul 2024 21:48:47 -0400 Subject: [PATCH] npm i of course runing in bash --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 8b51ca7..d42aa07 100644 --- a/action.yml +++ b/action.yml @@ -27,4 +27,5 @@ runs: restore-keys: npm- - name: Install dependencies + shell: bash run: npm i --ignore-scripts \ No newline at end of file