diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index bae1a8a..b67958f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -14,7 +14,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2 with: - node-version: '16' # or your preferred Node.js version + node-version: '14' # or your preferred Node.js version - name: Install Vercel CLI run: npm install -g vercel @@ -22,4 +22,5 @@ jobs: - name: Deploy to Vercel run: vercel . --token ${{ secrets.VERCEL_TOKEN }} --confirm # You might need the --confirm flag if you haven't set up the project yet env: + VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} \ No newline at end of file