From 56116c3b75948073d515be92b7198d8e01c1f071 Mon Sep 17 00:00:00 2001 From: Angelina Uno-Antonison Date: Tue, 24 Oct 2023 09:55:44 -0500 Subject: [PATCH] Update development-main-deployment.yml Reminded that the GitHub Checkout Action@4 requires the usage of Nodejs 20, unfortunately, the system doesn't have the neccesary C++ library bindings to support a partial Nodejs 20 installation at this time. Signed-off-by: Angelina Uno-Antonison --- .github/workflows/development-main-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/development-main-deployment.yml b/.github/workflows/development-main-deployment.yml index fa751c8b..5c651161 100644 --- a/.github/workflows/development-main-deployment.yml +++ b/.github/workflows/development-main-deployment.yml @@ -22,7 +22,7 @@ jobs: runs-on: self-hosted steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: Deploy Production Rosalution Build to Developer DevOps Server run: sudo -E docker stack deploy --prune --with-registry-auth --compose-file docker-compose.production.yml rosalution-prod