use codeberg node-util
All checks were successful
/ build (push) Successful in 5s

This commit is contained in:
Collin Lefeber 2025-05-03 16:51:14 -04:00
parent 2246b00767
commit b52a40dfc2

View file

@ -8,11 +8,8 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: docker
container:
image: node:20-alpine
image: codeberg.org/cfebs/node-util:latest
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