Skip to content

Commit cac6951

Browse files
authored
Bump Node 15.11.0 for automated tests (#7243)
1 parent b20aa0c commit cac6951

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
MONGODB_VERSION: 4.4.4
9797
MONGODB_TOPOLOGY: standalone
9898
MONGODB_STORAGE_ENGINE: wiredTiger
99-
NODE_VERSION: 15.10.0
99+
NODE_VERSION: 15.11.0
100100
name: ${{ matrix.name }}
101101
timeout-minutes: 30
102102
runs-on: ubuntu-18.04

Diff for: README.md

+1-1
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.24.0 | April 2021 | ✅ Fully compatible |
110110
| Node.js 12 | 12.21.0 | April 2022 | ✅ Fully compatible |
111111
| Node.js 14 | 14.16.0 | April 2023 | ✅ Fully compatible |
112-
| Node.js 15 | 15.10.0 | June 2021 | ✅ Fully compatible |
112+
| Node.js 15 | 15.11.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)