Skip to content

Commit

Permalink
Add Node.js v16 in tests (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed May 26, 2021
1 parent 5913b8e commit cc5a633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x, 16.x]
mongodb-version: [3.4, 3.6, 4.0, 4.2, 4.4]
steps:
- name: Git checkout
Expand Down

0 comments on commit cc5a633

Please sign in to comment.