changed node to nodejs
Some checks failed
Image Build / docker (push) Failing after 4m55s

This commit is contained in:
Doc
2025-08-25 22:02:10 +02:00
parent 797b0b40d9
commit 164c7c3a70

View File

@@ -18,7 +18,7 @@ jobs:
- name: Prep
run: |
apk update
apk add node
apk add nodejs
- name: Checkout code
uses: actions/checkout@v3