diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index f03e0db21c..385703abef 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -16,9 +16,6 @@ jobs: pull-requests: write if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' steps: - - uses: actions/setup-node@v4 - with: - node-version: 20 - name: Download PR Artifact uses: actions/download-artifact@v4 with: