We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b7239 commit 98bf645Copy full SHA for 98bf645
.github/workflows/continuous-integration.yaml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- node-version: [10, 12, 14]
+ node-version: [10, 12, 14, 16, 17, 18]
19
mongodb-version: [4.4] # the latest stable version
20
21
steps:
0 commit comments