Added setup node step.
This commit is contained in:
parent
8e2387746e
commit
a4f4224908
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: Download build artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue