From bb24f723551c2485ee711ddfc4487e720aaba6af Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:43:59 -0600 Subject: [PATCH] Update deploy-sandbox.yaml --- .github/workflows/deploy-sandbox.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-sandbox.yaml b/.github/workflows/deploy-sandbox.yaml index ec7e5623f..b7798f858 100644 --- a/.github/workflows/deploy-sandbox.yaml +++ b/.github/workflows/deploy-sandbox.yaml @@ -42,8 +42,8 @@ jobs: - name: Setup Node.js working-directory: ./src uses: actions/setup-node@v4 - with: - node-version: '21.7.3' + with: + node-version: '21.7.3' - name: Prepare Node environment and adjust permissions working-directory: ./src