Skip to content

Commit 224860b

Browse files
committed
CI: Add Node.js 14 and 16 to the test matrix
1 parent f9d70b7 commit 224860b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
strategy:
1515
matrix:
16-
node: ['10', '12']
16+
node: ['10', '12', '14', '16']
1717

1818
name: Tests (Node.js v${{ matrix.node }})
1919
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)