mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-04-10 07:20:05 +00:00
Compare commits
No commits in common. "master" and "v7.1" have entirely different histories.
3 changed files with 2 additions and 6 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
|
@ -12,9 +12,5 @@ updates:
|
|||
interval: "daily"
|
||||
timezone: "CET"
|
||||
open-pull-requests-limit: 100
|
||||
cooldown:
|
||||
default-days: 5
|
||||
exclude:
|
||||
- "SonarSource/*"
|
||||
commit-message:
|
||||
prefix: "NO-JIRA "
|
||||
|
|
|
|||
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: "24"
|
||||
node-version: "20"
|
||||
cache: "npm"
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ Both the main action and the secondary _install-build-wrapper_ action are [Javas
|
|||
|
||||
### Requirements
|
||||
|
||||
Make sure you have node 24 & npm installed. We recommend using [nvm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm#using-a-node-version-manager-to-install-nodejs-and-npm) for that.
|
||||
Make sure you have node 20 & npm installed. We recommend using [nvm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm#using-a-node-version-manager-to-install-nodejs-and-npm) for that.
|
||||
|
||||
### Building & testing
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue