diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 385703abefa..e7e0e32abb2 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -16,6 +16,9 @@ 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: