From bd5e49f7fcd5b25e1e5927bccc0f26cc7c160931 Mon Sep 17 00:00:00 2001 From: beefchimi Date: Sat, 20 Jan 2024 18:47:35 -0500 Subject: [PATCH] :robot: [GitHub] Add configure pnpm step --- .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: