diff --git a/.gitea/workflows/test_and_build.yml b/.gitea/workflows/test_and_build.yml index aa57bb0..aaf64f5 100644 --- a/.gitea/workflows/test_and_build.yml +++ b/.gitea/workflows/test_and_build.yml @@ -16,6 +16,8 @@ jobs: container: image: docker steps: + - name: Install node + run: apk add nodejs - name: Login to Registry uses: docker/login-action@v3 with: