ci: GitHub Actions Test on node: [12.x, 14.x, 16.x] (#2439)

This commit is contained in:
Christian Clauss 2021-06-28 08:10:59 +02:00 committed by GitHub
parent 161c2353ef
commit b7bccdb527
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ jobs:
fail-fast: false
max-parallel: 15
matrix:
node: [10.x, 12.x, 14.x]
node: [12.x, 14.x, 16.x]
python: [3.6, 3.8, 3.9]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}