From afedb061260174c22341597b77ae3af6ecabba8e Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Mon, 8 Dec 2025 15:50:01 +0100 Subject: [PATCH] Removed -y --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 054e253..3bc7b86 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -55,7 +55,7 @@ jobs: steps: - name: Setup Node environment run: | - apk update -y + apk update apk add nodejs npm node --version npm --version