File tree 3 files changed +14
-7
lines changed
3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 10
10
- ' website.js'
11
11
- ' CHANGELOG.md'
12
12
push :
13
- branches :
13
+ branches:ubuntu
14
14
- master
15
15
paths :
16
16
- ' .github/workflows/documentation.yml'
Original file line number Diff line number Diff line change 74
74
- name : NPM Test with Coverage
75
75
run : npm run test-coverage
76
76
if : matrix.coverage == true
77
- - name : Archive code coverage results
78
- uses : actions/upload-artifact@v4
79
- if : matrix.coverage == true
80
- with :
81
- name : coverage
82
- path : coverage
83
77
84
78
test-deno :
85
79
runs-on : ubuntu-22.04
93
87
- name : Setup node
94
88
uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
95
89
with :
90
+ <<<<<<< HEAD
96
91
node-version : 22
92
+ =======
93
+ node-version : 20
94
+ >>>>>>> 7.x
97
95
- name : Load MongoDB binary cache
98
96
id : cache-mongodb-binaries
99
97
uses : actions/cache@v4
@@ -121,7 +119,11 @@ jobs:
121
119
- name : Setup node
122
120
uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
123
121
with :
122
+ <<<<<<< HEAD
124
123
node-version : 22
124
+ =======
125
+ node-version : 20
126
+ >>>>>>> 7.x
125
127
- run : npm install
126
128
- name : Test
127
129
run : npm run test-rs
Original file line number Diff line number Diff line change
1
+ 7.8.7 / 2025-04-30
2
+ ==================
3
+ * types(aggregate): allow calling project() with a string #15304 #15300
4
+ * docs: update deleteOne & deleteMany API def #15360 [Elliot67](https://github.com/Elliot67) [SethFalco](https://github.com/SethFalco)
5
+
1
6
8.14.1 / 2025-04-29
2
7
===================
3
8
* fix: correct change tracking with maps of arrays of primitives and maps of maps #15374 #15350
You can’t perform that action at this time.
0 commit comments