Skip to content

Commit

Permalink
run tests on more recent node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jun 25, 2024
1 parent 8ed95c6 commit 4716c31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16, 18]
node: [16, 18, 20]
mongo: [4.2, 5.0]
services:
mongodb:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "git://github.com/aheckmann/mquery.git"
},
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
},
"dependencies": {
"debug": "4.x"
Expand Down

0 comments on commit 4716c31

Please sign in to comment.