Skip to content

Commit 674d71a

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/upgrade-mongodb-driver
2 parents 62d82ae + 80530af commit 674d71a

22 files changed

+1771
-175
lines changed

.github/workflows/bump-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node.js
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: 20.x
36+
node-version: 22.x
3737
cache: "npm"
3838

3939
- name: Install npm

.github/workflows/check-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup Node.js
5757
uses: actions/setup-node@v4
5858
with:
59-
node-version: 20.x
59+
node-version: 22.x
6060
cache: "npm"
6161

6262
- name: Use python@3.11

.github/workflows/publish-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Node.js
4141
uses: actions/setup-node@v4
4242
with:
43-
node-version: 20.x
43+
node-version: 22.x
4444
cache: "npm"
4545

4646
- name: Install npm

0 commit comments

Comments
 (0)