use base alpine node image for build
All checks were successful
/ build (push) Successful in 11s

This commit is contained in:
Collin Lefeber 2025-04-29 16:12:31 -04:00
parent 26c99c378d
commit 1dea87892f

View file

@ -8,8 +8,11 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: docker
container:
image: forge.cfebs.com/cfebs/node-util:20
image: node:20-alpine
steps:
- name: setup
run: apk update && apk add git openssh openssh-client rsync python3 py3-markdown py3-pygments make
- name: checkout
uses: https://code.forgejo.org/actions/checkout@v4