Skip to content

Commit

Permalink
Drop node 10, add node 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
koresar committed Sep 6, 2021
1 parent d2011e7 commit b287350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.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: ['10', '12', '14']
node: ['12', '14', '16']
mongodb-version: [ 3.4, 3.6, 4.0, 4.2, 4.4 ]
agenda-version: [ 3.1, 4.0 ]
steps:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ node_modules
.node_repl_history

.DS_Store
.idea

0 comments on commit b287350

Please sign in to comment.