From 07085a3d8b4f10641eac44c7d1c2bee2203ef466 Mon Sep 17 00:00:00 2001 From: rebeccahongsf Date: Tue, 29 Oct 2024 21:21:43 -0700 Subject: [PATCH] adjust github actions --- .github/workflows/setup-node/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/setup-node/action.yml b/.github/workflows/setup-node/action.yml index ed6e995..fc93c74 100644 --- a/.github/workflows/setup-node/action.yml +++ b/.github/workflows/setup-node/action.yml @@ -27,4 +27,6 @@ runs: - name: Install dependencies 🔧 shell: bash if: steps.cache_dependencies.outputs.cache-hit != 'true' - run: yarn ci + run: + yarn install + yarn ci