Skip to content

Commit bdae35c

Browse files
authoredJul 6, 2021
ci: update to test Node 16.x (#90)
1 parent 89a70be commit bdae35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macos-latest] # todo: windows-latest
16-
node-version: [10.x, 12.x, 14.x, 15.x]
16+
node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
1717

1818
name: Node ${{ matrix.node-version }} - ${{ matrix.os }}
1919

0 commit comments

Comments
 (0)
Please sign in to comment.