We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161c235 commit b7bccdbCopy full SHA for b7bccdb
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
8
fail-fast: false
9
max-parallel: 15
10
matrix:
11
- node: [10.x, 12.x, 14.x]
+ node: [12.x, 14.x, 16.x]
12
python: [3.6, 3.8, 3.9]
13
os: [macos-latest, ubuntu-latest, windows-latest]
14
runs-on: ${{ matrix.os }}
0 commit comments