diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index 2b4efed..7b15b35 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -10,16 +10,12 @@ jobs: Deploy-Production: runs-on: ubuntu-latest steps: - - name: Log version 12 - run: node --version - name: Set up Node.js uses: actions/setup-node@v2 with: node-version: "20" - name: Checkout uses: actions/checkout@v2 - - name: Log version - run: node --version - name: Install Vercel CLI run: npm install --global vercel@latest - name: Pull Vercel Environment Information