Test
This commit is contained in:
parent
6b639b364e
commit
85143f0d4b
1 changed files with 4 additions and 0 deletions
4
.github/workflows/sonar.yml
vendored
4
.github/workflows/sonar.yml
vendored
|
|
@ -53,6 +53,10 @@ jobs:
|
|||
needs: sonarqube
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Setup Node environment
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "24"
|
||||
- name: Code checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue