Skip to content

Commit b1ac0f5

Browse files
committed
Merge branch '7.x'
2 parents 122303e + d881c3f commit b1ac0f5

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- 'website.js'
1111
- 'CHANGELOG.md'
1212
push:
13-
branches:
13+
branches:ubuntu
1414
- master
1515
paths:
1616
- '.github/workflows/documentation.yml'

.github/workflows/test.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,6 @@ jobs:
7474
- name: NPM Test with Coverage
7575
run: npm run test-coverage
7676
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
8377

8478
test-deno:
8579
runs-on: ubuntu-22.04
@@ -93,7 +87,11 @@ jobs:
9387
- name: Setup node
9488
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
9589
with:
90+
<<<<<<< HEAD
9691
node-version: 22
92+
=======
93+
node-version: 20
94+
>>>>>>> 7.x
9795
- name: Load MongoDB binary cache
9896
id: cache-mongodb-binaries
9997
uses: actions/cache@v4
@@ -121,7 +119,11 @@ jobs:
121119
- name: Setup node
122120
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
123121
with:
122+
<<<<<<< HEAD
124123
node-version: 22
124+
=======
125+
node-version: 20
126+
>>>>>>> 7.x
125127
- run: npm install
126128
- name: Test
127129
run: npm run test-rs

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
8.14.1 / 2025-04-29
27
===================
38
* fix: correct change tracking with maps of arrays of primitives and maps of maps #15374 #15350

0 commit comments

Comments
 (0)