From ab881ca709103ea1fffb5039a663ab80357230fd Mon Sep 17 00:00:00 2001 From: Angoosh Leviocki Date: Wed, 12 Feb 2025 23:12:14 +0100 Subject: [PATCH] CI/CD edit --- .gitea/workflows/deploy_rdpconnect.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy_rdpconnect.yaml b/.gitea/workflows/deploy_rdpconnect.yaml index 5c5f5ea..a04f263 100644 --- a/.gitea/workflows/deploy_rdpconnect.yaml +++ b/.gitea/workflows/deploy_rdpconnect.yaml @@ -18,8 +18,8 @@ jobs: #ansible-galaxy collection install community.general --force #ansible-galaxy collection install ansible.posix --force - name: Use Node.js - uses: https://github.com/actions/setup-node@v3 - with: + uses: https://github.com/actions/setup-node@v3 + with: node-version: '18.17' - name: "Check out repo code"