From 96428a93ecc454f8a5b724b03779697958096265 Mon Sep 17 00:00:00 2001 From: Hortison <160366376+jameshorton2337@users.noreply.github.com> Date: Sun, 5 Jan 2025 15:31:54 -0600 Subject: [PATCH] Update build-and-preview-site.yml Signed-off-by: Hortison <160366376+jameshorton2337@users.noreply.github.com> --- .github/workflows/build-and-preview-site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-preview-site.yml b/.github/workflows/build-and-preview-site.yml index be39737e763ad..79d235f7633d4 100644 --- a/.github/workflows/build-and-preview-site.yml +++ b/.github/workflows/build-and-preview-site.yml @@ -16,10 +16,10 @@ jobs: - name: Install and Build 🔧 run: | - node -v - gatsby --version npm install --legacy-peer-deps npm run noIndex + node -v + npm run version - name: Zip Site run: bash ./script.sh