Skip to content

Commit e102b0c

Browse files
committed
Add nodejs 16 for CI tests
1 parent 0a240cc commit e102b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
platform: [ubuntu-latest]
27-
node: [12, 14]
27+
node: [12, 14, 16]
2828
name: CI - Node ${{ matrix.node }} (${{ matrix.platform }})
2929
runs-on: ${{ matrix.platform }}
3030
steps:

0 commit comments

Comments
 (0)