diff --git a/.github/workflows/deploy_stating.yml b/.github/workflows/deploy_stating.yml index ef9df85e..cc434cfb 100644 --- a/.github/workflows/deploy_stating.yml +++ b/.github/workflows/deploy_stating.yml @@ -16,8 +16,15 @@ jobs: - uses: actions/checkout@v2 - name: Install Vercel CLI run: npm install --global vercel@latest + - uses: actions/setup-node@v4 + with: + node-version: lts/* - name: Pull Vercel Environment Information run: vercel pull --yes --environment=preview --token=${{ secrets.TURBO_TOKEN }} + - name: Setup pnpm + uses: pnpm/action-setup@v4.0.0 + with: + run_install: true - name: Build Project Artifacts run: vercel build --token=${{ secrets.TURBO_TOKEN }} - name: Deploy Project Artifacts to Vercel