From ca8d7ff1f995af2719c4634d9dba34bb3931d868 Mon Sep 17 00:00:00 2001 From: Andrzej Kurek <32792205+Razz21@users.noreply.github.com> Date: Thu, 6 Mar 2025 10:47:46 +0100 Subject: [PATCH] chore: update workflow --- .github/workflows/deployment.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 0ce2dc9..3040218 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -20,11 +20,8 @@ jobs: with: node-version: 22.x cache: "pnpm" - - - name: Install dependencies - run: pnpm install - name: Install Vercel CLI - run: npm install --global vercel@latest + run: pnpm add --global vercel@latest - name: Pull Vercel Environment Information run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }} - name: Build Project Artifacts