From 6e8a37439c8bd3e6bc35c6e1ada05fc2a101ff9e Mon Sep 17 00:00:00 2001 From: Collin Lefeber Date: Mon, 25 Nov 2024 16:57:15 -0500 Subject: [PATCH] cicd: new image --- .forgejo/workflows/cicd.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/cicd.yaml b/.forgejo/workflows/cicd.yaml index 7f4a20a..969f690 100644 --- a/.forgejo/workflows/cicd.yaml +++ b/.forgejo/workflows/cicd.yaml @@ -7,6 +7,8 @@ jobs: build: if: github.event_name == 'push' && github.ref == 'refs/heads/main' runs-on: docker + container: + image: forge.cfebs.com/cfebs/node-util:20 steps: - name: checkout uses: https://code.forgejo.org/actions/checkout@v4