cicd: try old image
Some checks failed
/ build (push) Failing after 4s

This commit is contained in:
Collin Lefeber 2024-11-25 16:55:55 -05:00
parent 73c3808c66
commit 9e195f6f01

View file

@ -7,8 +7,6 @@ jobs:
build: build:
if: github.event_name == 'push' && github.ref == 'refs/heads/main' if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: docker runs-on: docker
container:
image: forge.cfebs.com/cfebs/node-util:20
steps: steps:
- name: checkout - name: checkout
uses: https://code.forgejo.org/actions/checkout@v4 uses: https://code.forgejo.org/actions/checkout@v4