We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7b4ff commit 698a797Copy full SHA for 698a797
.github/workflows/test.yml
@@ -11,8 +11,8 @@ jobs:
11
test:
12
strategy:
13
matrix:
14
- nodejs: [ '18', '20', '22' ]
15
- mongodb-version: ['6.0', '7.0' ]
+ nodejs: [ '20', '22', '24' ]
+ mongodb-version: [ '6.0', '7.0', '8.0' ]
16
runs-on: ubuntu-latest
17
permissions:
18
actions: write
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "cosa",
3
- "version": "9.0.1",
+ "version": "10.0.0",
4
"description": "Cosa Models for MongoDB",
5
"main": "lib/index.js",
6
"type": "module",
7
"engines": {
8
- "node": ">=18",
+ "node": ">=20",
9
"yarn": ">=1.2.1"
10
},
"scripts": {
0 commit comments