diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a6f5306..a4ddecb 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -11,20 +11,20 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
- node-version: [10.x, 12.x, 14.x, 16.x, 17.x, 18.x, 19.x]
+ node-version: [16.x, 17.x, 18.x, 19.x, 20.x]
include:
- - os: macos-latest
- node-version: 14.x
- os: macos-latest
node-version: 16.x
- os: macos-latest
node-version: 18.x
- - os: windows-latest
- node-version: 14.x
+ - os: macos-latest
+ node-version: 20.x
- os: windows-latest
node-version: 16.x
- os: windows-latest
node-version: 18.x
+ - os: windows-latest
+ node-version: 20.x
runs-on: ${{ matrix.os }}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d8d96c5..2c943ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -73,7 +73,7 @@ We had to make **several interface changes** to keep systeminformation as consis
#### Test Full Version 5 Functionality
-If you want to see all function results on your machine, please head over to (Testing section)[https://systeminformation.io/tests.html]. We implemented a tiny test suite where you can easily go through all functions and test resuls on your machine without coding.
+If you want to see all function results on your machine, please head over to [Testing section](https://systeminformation.io/tests.html). We implemented a tiny test suite where you can easily go through all functions and test resuls on your machine without coding.
For major (breaking) changes - **version 4, 3 and 2** - see end of page.
@@ -82,6 +82,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
| Version | Date | Comment |
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
+| 5.18.3 | 2023-06-09 | `tests` improved key handling, updated docs |
| 5.18.2 | 2023-06-08 | `fsSize()` improved error handling (linux alpine) |
| 5.18.1 | 2023-06-07 | `networkInterfaces()` cleaned up testVirtualNic |
| 5.18.0 | 2023-06-06 | `fsSize()` added optional drive parameter |
diff --git a/docs/history.html b/docs/history.html
index 992e829..4405cd0 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -57,9 +57,14 @@