From 030a75e0dcbd7fb7b10d0f9ef18c456425a71d5a Mon Sep 17 00:00:00 2001 From: Kat Leight <33187102+leightkt@users.noreply.github.com> Date: Fri, 6 Oct 2023 14:26:30 -0600 Subject: [PATCH] Update deploy-staging.yml --- .github/workflows/deploy-staging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 8f9308ff..a9efc6be 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.13.1 + node-version: 16.18.1 - run: yarn w3o-latest-alpha - run: yarn build-staging env: @@ -48,4 +48,4 @@ jobs: target: "reactdemo-staging" # Moves content from build folder out so you dont end up with reactdemo-staging/build/... strip_components: 1 - - run: ssh deploy "sh /home/ubuntu/move.sh reactdemo-staging" \ No newline at end of file + - run: ssh deploy "sh /home/ubuntu/move.sh reactdemo-staging"