tests improved key handling, updated, fixed graphics mac OS
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user