Skip to content

Commit

Permalink
test: Test with mongodb server v8
Browse files Browse the repository at this point in the history
  • Loading branch information
avaly committed Nov 9, 2024
1 parent d53721a commit b604c4d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
- 20.x
- 22.x
mongodb:
- 6.0.16
- 7.0.12
- 6.0.19
- 7.0.15
- 8.0.3
steps:
- uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion tests/cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"type": "commonjs",
"dependencies": {
"papr": "file:../../build/package",
"mongodb": "6.1.0"
"mongodb": "6.10.0"
}
}
2 changes: 1 addition & 1 deletion tests/esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"type": "module",
"dependencies": {
"papr": "file:../../build/package",
"mongodb": "6.1.0"
"mongodb": "6.10.0"
}
}
4 changes: 2 additions & 2 deletions tests/ts-nodenext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"type": "module",
"dependencies": {
"papr": "file:../../build/package",
"mongodb": "6.1.0",
"mongodb": "6.10.0",
"ts-expect": "1.3.0",
"typescript": "5.0.4"
"typescript": "5.6.2"
}
}
4 changes: 2 additions & 2 deletions tests/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"type": "module",
"dependencies": {
"papr": "file:../../build/package",
"mongodb": "6.1.0",
"mongodb": "6.10.0",
"ts-expect": "1.3.0",
"typescript": "5.0.4"
"typescript": "5.6.2"
}
}

0 comments on commit b604c4d

Please sign in to comment.