mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-04-16 10:26:45 +03:00
SQSCANGHA-133 Upgrade the Node version used in UTs + contribution guide (#226)
This commit is contained in:
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: "20"
|
||||
node-version: "24"
|
||||
cache: "npm"
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user