Skip to content

Commit 9e9ba13

Browse files
committed
Bump node to 15.9.0 for tests
1 parent c9dcecb commit 9e9ba13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
MONGODB_VERSION: 4.4.4
7777
MONGODB_TOPOLOGY: standalone
7878
MONGODB_STORAGE_ENGINE: wiredTiger
79-
NODE_VERSION: 15.8.0
79+
NODE_VERSION: 15.9.0
8080
name: ${{ matrix.name }}
8181
timeout-minutes: 30
8282
runs-on: ubuntu-18.04

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Parse Server is continuously tested with the most recent releases of Node.js to
109109
| Node.js 10 | 10.23.2 | April 2021 | ✅ Fully compatible |
110110
| Node.js 12 | 12.20.1 | April 2022 | ✅ Fully compatible |
111111
| Node.js 14 | 14.15.4 | April 2023 | ✅ Fully compatible |
112-
| Node.js 15 | 15.8.0 | June 2021 | ✅ Fully compatible |
112+
| Node.js 15 | 15.9.0 | June 2021 | ✅ Fully compatible |
113113

114114
#### MongoDB
115115
Parse Server is continuously tested with the most recent releases of MongoDB to ensure compatibility. We follow the [MongoDB support schedule](https://www.mongodb.com/support-policy) and only test against versions that are officially supported and have not reached their end-of-life date.

0 commit comments

Comments
 (0)