From 3314d62012d2ec21f3e059e9f48757436dbd3460 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Thu, 5 Dec 2024 23:12:49 -0500 Subject: [PATCH] fix cd --- .forgejo/workflows/ansibleCD.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/ansibleCD.yml b/.forgejo/workflows/ansibleCD.yml index 17cee91..e360299 100644 --- a/.forgejo/workflows/ansibleCD.yml +++ b/.forgejo/workflows/ansibleCD.yml @@ -7,6 +7,8 @@ jobs: deploy: if: github.event.pull_request.merged == true runs-on: docker + container: + image: node:22 steps: - name: Checkout repository uses: actions/checkout@v4