docs updated, tests added node 18

This commit is contained in:
Sebastian Hildebrandt
2022-05-30 05:24:39 +02:00
parent af8e2e9e4c
commit e1765d1c38
6 changed files with 28 additions and 5 deletions
+5 -1
View File
@@ -11,16 +11,20 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x]
node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.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: windows-latest
node-version: 16.x
- os: windows-latest
node-version: 18.x
runs-on: ${{ matrix.os }}