From 30f19657b440d85a9aad02e8ee5c7d1bf983b5a5 Mon Sep 17 00:00:00 2001 From: sajeetharan Date: Tue, 18 Aug 2026 10:43:49 +0530 Subject: [PATCH] fix: restore Vercel deployment workflow --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8a9833a..2db8c58 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,8 +27,8 @@ jobs: node-version: 22 cache: npm - - name: Use repository npm version - run: npm install --global npm@11.14.1 + - name: Use repository npm version + run: npm install --global npm@11.14.1 - name: Install dependencies run: npm ci