Skip to content

Commit f9e8ce8

Browse files
authored
ci: Add Node16 to CI matrix (#1218)
1 parent 5e7be8e commit f9e8ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
strategy:
2929
matrix:
30-
node-version: [10.x, 12.x, 14.x]
30+
node-version: [10.x, 12.x, 14.x, 16.x]
3131
os: [ubuntu-latest, windows-latest, macos-latest]
3232

3333
steps:

0 commit comments

Comments
 (0)