From 3ddd259e6c3c3fdcddb4f8a75c874ab9511b64b6 Mon Sep 17 00:00:00 2001 From: Robert Sese Date: Wed, 10 Nov 2021 15:59:22 -0600 Subject: [PATCH] setup-node not specific to private repo (#22757) --- .github/workflows/staging-deploy-pr.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/staging-deploy-pr.yml b/.github/workflows/staging-deploy-pr.yml index dc6fe276f9..40c17ffc1b 100644 --- a/.github/workflows/staging-deploy-pr.yml +++ b/.github/workflows/staging-deploy-pr.yml @@ -291,8 +291,7 @@ jobs: - name: Check out LFS objects run: git lfs checkout - - if: ${{ github.repository == 'github/docs-internal' }} - name: Setup node to clone early access + - name: Setup node uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c with: node-version: 16.8.x