fix node version
Deploy Project to Vercel / deploy (push) Failing after 11s

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