ci: add node set up due to failing ci
Some checks failed
/ build (push) Failing after 15s

This commit is contained in:
Matyáš Caras 2024-07-17 21:42:20 +02:00
parent 32432d760c
commit 1d1391d0df
Signed by: hernik
GPG key ID: 2A3175F98820C5C6

View file

@ -17,7 +17,10 @@ jobs:
export PATH=$SONAR_SCANNER_HOME/bin:$PATH
export SONAR_SCANNER_OPTS="-server"
- name: Set up node because why not
uses: actions/setup-node@v4
with:
node-version: "lts"
- name: Checkout repository
uses: actions/checkout@v4