fix workflow
Deploy Project to Vercel / deploy (push) Failing after 17s

This commit is contained in:
Andrew Roberts
2026-05-14 11:31:25 -04:00
parent 7637b2ca9c
commit f7ff52bb63
-3
View File
@@ -14,9 +14,6 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '22'
cache: 'npm'
- name: Install Vercel CLI
run: npm install --global vercel@latest