Upgrade the Node version used in UTs + contribution guide

This commit is contained in:
Claire Villard 2026-04-03 10:14:03 +02:00
parent d899ed2996
commit bb309bbb10
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

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