Compare commits

..

No commits in common. "master" and "v7.1.0" have entirely different histories.

3 changed files with 2 additions and 6 deletions

View file

@ -12,9 +12,5 @@ updates:
interval: "daily" interval: "daily"
timezone: "CET" timezone: "CET"
open-pull-requests-limit: 100 open-pull-requests-limit: 100
cooldown:
default-days: 5
exclude:
- "SonarSource/*"
commit-message: commit-message:
prefix: "NO-JIRA " prefix: "NO-JIRA "

View file

@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v6 uses: actions/setup-node@v6
with: with:
node-version: "24" node-version: "20"
cache: "npm" cache: "npm"
- name: Install dependencies - name: Install dependencies

View file

@ -32,7 +32,7 @@ Both the main action and the secondary _install-build-wrapper_ action are [Javas
### Requirements ### 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 ### Building & testing