From 81287f963bfcecbb1fd45670043b4e14690f8a6e Mon Sep 17 00:00:00 2001 From: zomars Date: Sat, 18 Feb 2023 11:12:56 -0700 Subject: [PATCH] Update pr.yml --- .github/workflows/pr.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8ac4a1bbd2..eef628757f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -89,11 +89,6 @@ jobs: # change this if your nextjs app does not live at the root of the repo working-directory: ./apps/web/ steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: ${{ env.node_version }} - - uses: ./.github/workflows/production-build.yml # Here's the first place where next-bundle-analysis' own script is used # This step pulls the raw bundle stats for the current bundle - name: Analyze bundle