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