Skip to content

Commit f71b63b

Browse files
authored
chore(ci): Bump node (#7221)
1 parent 91a0108 commit f71b63b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,43 +60,43 @@ jobs:
6060
MONGODB_VERSION: 4.4.4
6161
MONGODB_TOPOLOGY: replicaset
6262
MONGODB_STORAGE_ENGINE: wiredTiger
63-
NODE_VERSION: 14.15.5
63+
NODE_VERSION: 14.16.0
6464
- name: Mongo 4.2, ReplicaSet, WiredTiger
6565
MONGODB_VERSION: 4.2.12
6666
MONGODB_TOPOLOGY: replicaset
6767
MONGODB_STORAGE_ENGINE: wiredTiger
68-
NODE_VERSION: 14.15.5
68+
NODE_VERSION: 14.16.0
6969
- name: Mongo 4.0, ReplicaSet, WiredTiger
7070
MONGODB_VERSION: 4.0.23
7171
MONGODB_TOPOLOGY: replicaset
7272
MONGODB_STORAGE_ENGINE: wiredTiger
73-
NODE_VERSION: 14.15.5
73+
NODE_VERSION: 14.16.0
7474
- name: Mongo 3.6, Standalone, MMAPv1
7575
MONGODB_VERSION: 3.6.22
7676
MONGODB_TOPOLOGY: standalone
7777
MONGODB_STORAGE_ENGINE: mmapv1
78-
NODE_VERSION: 14.15.5
78+
NODE_VERSION: 14.16.0
7979
- name: Redis Cache
8080
PARSE_SERVER_TEST_CACHE: redis
8181
MONGODB_VERSION: 4.4.4
8282
MONGODB_TOPOLOGY: standalone
8383
MONGODB_STORAGE_ENGINE: wiredTiger
84-
NODE_VERSION: 14.15.5
84+
NODE_VERSION: 14.16.0
8585
- name: Node 10
8686
MONGODB_VERSION: 4.4.4
8787
MONGODB_TOPOLOGY: standalone
8888
MONGODB_STORAGE_ENGINE: wiredTiger
89-
NODE_VERSION: 10.23.3
89+
NODE_VERSION: 10.24.0
9090
- name: Node 12
9191
MONGODB_VERSION: 4.4.4
9292
MONGODB_TOPOLOGY: standalone
9393
MONGODB_STORAGE_ENGINE: wiredTiger
94-
NODE_VERSION: 12.20.2
94+
NODE_VERSION: 12.21.0
9595
- name: Node 15
9696
MONGODB_VERSION: 4.4.4
9797
MONGODB_TOPOLOGY: standalone
9898
MONGODB_STORAGE_ENGINE: wiredTiger
99-
NODE_VERSION: 15.9.0
99+
NODE_VERSION: 15.10.0
100100
name: ${{ matrix.name }}
101101
timeout-minutes: 30
102102
runs-on: ubuntu-18.04

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ Parse Server is continuously tested with the most recent releases of Node.js to
106106

107107
| Version | Latest Patch Version | End-of-Life Date | Compatibility |
108108
|------------|----------------------|------------------|--------------------|
109-
| Node.js 10 | 10.23.2 | April 2021 | ✅ Fully compatible |
110-
| Node.js 12 | 12.20.1 | April 2022 | ✅ Fully compatible |
111-
| Node.js 14 | 14.15.4 | April 2023 | ✅ Fully compatible |
112-
| Node.js 15 | 15.9.0 | June 2021 | ✅ Fully compatible |
109+
| Node.js 10 | 10.24.0 | April 2021 | ✅ Fully compatible |
110+
| Node.js 12 | 12.21.0 | April 2022 | ✅ Fully compatible |
111+
| Node.js 14 | 14.16.0 | April 2023 | ✅ Fully compatible |
112+
| Node.js 15 | 15.10.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)