diff --git a/.gitea/workflows/vercel.yml b/.gitea/workflows/vercel.yml index 1776b15..3c2d57f 100644 --- a/.gitea/workflows/vercel.yml +++ b/.gitea/workflows/vercel.yml @@ -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