From b36bdf923f2abdae262319a701708731047d5820 Mon Sep 17 00:00:00 2001 From: Curtis Dulmage Date: Sat, 20 Jan 2024 18:49:18 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20[GitHub]=20Fix=20deployment=20wo?= =?UTF-8?q?rkflow=20(#68)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0d52759..590e64a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,6 +31,9 @@ jobs: - name: 🗳️ Checkout Repo uses: actions/checkout@v4 + - name: 🧰 Configure PNPM + uses: pnpm/action-setup@v2 + - name: 🔧 Setup Node 20.x uses: actions/setup-node@v4 with: