diff --git a/.github/workflows/deploy_frontend.yml b/.github/workflows/deploy_frontend.yml index 242c757..f14ff2b 100644 --- a/.github/workflows/deploy_frontend.yml +++ b/.github/workflows/deploy_frontend.yml @@ -23,13 +23,8 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 18 - cache: yarn - cache-dependency-path: '**/yarn.lock' - name: Install Vercel CLI - run: yarn global install vercel@latest + run: npm install --global vercel@latest - name: Pull Vercel Environment Information run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }} - name: Build Project Artifacts