tests improved key handling, updated, fixed graphics mac OS

This commit is contained in:
Sebastian Hildebrandt
2023-06-09 05:59:02 +02:00
parent f4ba8af8a4
commit 9a6e77dedb
7 changed files with 17 additions and 10 deletions
+5 -5
View File
@@ -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 }}