From 88e24af77bcc02874b8f449a88d97b60419e5458 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Sun, 11 Aug 2024 15:04:00 +0200 Subject: [PATCH] Node upgrade didn't change a thing --- .github/workflows/preview.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index f03e0db21c0..385703abefa 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: