From e1d3236500968bedf6c719c05ad7d4a7d713b5c9 Mon Sep 17 00:00:00 2001 From: asandikci Date: Sun, 10 Nov 2024 22:20:26 +0300 Subject: [PATCH] Update .forgejo/workflows/demo.yaml --- .forgejo/workflows/demo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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