Removed -y
This commit is contained in:
parent
5d8fb9fb91
commit
afedb06126
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sonar.yml
vendored
2
.github/workflows/sonar.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Node environment
|
- name: Setup Node environment
|
||||||
run: |
|
run: |
|
||||||
apk update -y
|
apk update
|
||||||
apk add nodejs npm
|
apk add nodejs npm
|
||||||
node --version
|
node --version
|
||||||
npm --version
|
npm --version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue