Skip to content

Commit

Permalink
ci: GitHub Actions Test on node: [12.x, 14.x, 16.x] (#2439)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jun 28, 2021
1 parent 161c235 commit b7bccdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit b7bccdb

Please sign in to comment.