Run unit-tests in Node.js version 26

This was just released, see https://nodejs.org/en/blog/release/v26.0.0, hence it seems like a good idea to start running unit-tests in that version.

Also, stop running the unit-tests in Node.js version 25 since it'll soon reach EOL anyway and testing in three separate Node.js versions ought to suffice.
This commit is contained in:
Jonas Jenwald 2026-05-05 16:53:49 +02:00
parent e8d3d19f67
commit 9efb4aa4aa

View File

@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [22, 24, 25]
node-version: [22, 24, 26]
steps:
- name: Checkout repository