We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070b88b commit c1e0256Copy full SHA for c1e0256
.github/workflows/continuous-integration.yaml
@@ -21,7 +21,7 @@ jobs:
21
timeout-minutes: 15
22
strategy:
23
matrix:
24
- node-version: [10, 12, 14, 16, 17, 18]
+ node-version: [14, 16, 18, 19]
25
mongodb-version: [4.4]
26
fail-fast: false
27
steps:
0 commit comments