Skip to content

Commit b7bccdb

Browse files
authored
ci: GitHub Actions Test on node: [12.x, 14.x, 16.x] (#2439)
1 parent 161c235 commit b7bccdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
max-parallel: 15
1010
matrix:
11-
node: [10.x, 12.x, 14.x]
11+
node: [12.x, 14.x, 16.x]
1212
python: [3.6, 3.8, 3.9]
1313
os: [macos-latest, ubuntu-latest, windows-latest]
1414
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)