Skip to content

Commit 4716c31

Browse files
committed
run tests on more recent node versions
1 parent 8ed95c6 commit 4716c31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
node: [14, 16, 18]
15+
node: [16, 18, 20]
1616
mongo: [4.2, 5.0]
1717
services:
1818
mongodb:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"url": "git://github.com/aheckmann/mquery.git"
1414
},
1515
"engines": {
16-
"node": ">=14.0.0"
16+
"node": ">=16.0.0"
1717
},
1818
"dependencies": {
1919
"debug": "4.x"

0 commit comments

Comments
 (0)