ci: actually install nodejs
Some checks failed
/ build (push) Failing after 3m5s

This commit is contained in:
Matyáš Caras 2024-07-17 22:06:18 +02:00
parent cb5dbeffcf
commit ecc14affe8
Signed by: hernik
GPG key ID: 2A3175F98820C5C6

View file

@ -14,6 +14,7 @@ jobs:
apt-get install -y git curl wget apt-get install -y git curl wget
curl -fsSL https://deb.nodesource.com/setup_20.x -o nodesource_setup.sh curl -fsSL https://deb.nodesource.com/setup_20.x -o nodesource_setup.sh
bash nodesource_setup.sh bash nodesource_setup.sh
apt-get install -y nodejs
- name: Initialize scanner - name: Initialize scanner
run: | run: |