ci: Test with Node.js 22 instead of 21

This commit is contained in:
TÖRÖK Attila 2024-05-17 08:33:37 +02:00
parent 6d45a766aa
commit 45a7cbbc81
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: ["20", "21"]
node_version: ["20", "22"]
os: [ubuntu-22.04, windows-latest]
steps:
@ -102,7 +102,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: ["20", "21"]
node_version: ["20", "22"]
os: [ubuntu-22.04, windows-latest]
steps:

View File

@ -57,7 +57,7 @@ should work. Additionally, headless JREs should also work.
Follow the instructions to [install Node.js](https://nodejs.org/) on your machine.
We recommend using the currently active LTS 20, but we do also run tests with current Node.js 21.
We recommend using the currently active LTS 20, but we do also run tests with current Node.js 22.
Note that npm 7 or newer is required. It should come bundled with Node.js 15 or newer, but can be upgraded with older Node.js versions using `npm install -g npm` as root/Administrator.