Skip to content

Commit fe65d56

Browse files
committed
disables v16
1 parent 0b9bd4c commit fe65d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ ubuntu-20.04 ]
13-
node: [ 10, 12, 14, 16 ]
13+
node: [ 10, 12, 14 ]
1414
name: Test Nodejs v${{ matrix.node }} on ${{ matrix.os }}
1515
runs-on: ${{ matrix.os }}
1616
steps:

0 commit comments

Comments
 (0)