diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 7ed326a..ce7fabe 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -9,8 +9,8 @@ jobs: steps: - name: Dependencies run: | - apt update - apt install nodejs + apt update -y + apt install nodejs -y node -v - name: Checkout