From 7b0e1a4d016b43f390c20d1ea8a7517a057e345d Mon Sep 17 00:00:00 2001 From: David Langarica <105810565+DavidLangarica@users.noreply.github.com> Date: Wed, 28 Feb 2024 21:43:01 -0600 Subject: [PATCH] Update deploy-action.yml --- .github/workflows/deploy-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-action.yml b/.github/workflows/deploy-action.yml index a70fadc..7d0a2d4 100644 --- a/.github/workflows/deploy-action.yml +++ b/.github/workflows/deploy-action.yml @@ -35,7 +35,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 'latest' - cache: 'yarn' + cache: 'npm' - name: Install dependencies run: yarn install --frozen-lockfile - name: Setup Pages