From ecc14affe8618911df57333ac414872386ea924f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Wed, 17 Jul 2024 22:06:18 +0200 Subject: [PATCH] ci: actually install nodejs --- .forgejo/workflows/sq_analyze.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/sq_analyze.yml b/.forgejo/workflows/sq_analyze.yml index 8b5417a..2dbc362 100644 --- a/.forgejo/workflows/sq_analyze.yml +++ b/.forgejo/workflows/sq_analyze.yml @@ -14,6 +14,7 @@ jobs: apt-get install -y git curl wget curl -fsSL https://deb.nodesource.com/setup_20.x -o nodesource_setup.sh bash nodesource_setup.sh + apt-get install -y nodejs - name: Initialize scanner run: |