Update .github/workflows/sonar.yml
All checks were successful
Sonar / SonarQube (push) Successful in 10m0s
All checks were successful
Sonar / SonarQube (push) Successful in 10m0s
This commit is contained in:
parent
e0f92f3bd2
commit
90f34dc367
1 changed files with 2 additions and 2 deletions
4
.github/workflows/sonar.yml
vendored
4
.github/workflows/sonar.yml
vendored
|
|
@ -13,7 +13,7 @@ on:
|
|||
jobs:
|
||||
sonarqube:
|
||||
name: SonarQube
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: node24
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Setup node environment
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "22"
|
||||
node-version: "24"
|
||||
cache: "npm"
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue