Skip to content

Commit 698a797

Browse files
committed
drop support for node 18, add node 24
1 parent be7b4ff commit 698a797

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
test:
1212
strategy:
1313
matrix:
14-
nodejs: [ '18', '20', '22' ]
15-
mongodb-version: ['6.0', '7.0' ]
14+
nodejs: [ '20', '22', '24' ]
15+
mongodb-version: [ '6.0', '7.0', '8.0' ]
1616
runs-on: ubuntu-latest
1717
permissions:
1818
actions: write

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "cosa",
3-
"version": "9.0.1",
3+
"version": "10.0.0",
44
"description": "Cosa Models for MongoDB",
55
"main": "lib/index.js",
66
"type": "module",
77
"engines": {
8-
"node": ">=18",
8+
"node": ">=20",
99
"yarn": ">=1.2.1"
1010
},
1111
"scripts": {

0 commit comments

Comments
 (0)