Skip to content

Commit a00e903

Browse files
authored
ci: bump environment (#7616)
1 parent 0d46d2b commit a00e903

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- '**'
99
env:
10-
NODE_VERSION: 14.18.0
10+
NODE_VERSION: 14.18.1
1111
PARSE_SERVER_TEST_TIMEOUT: 20000
1212
jobs:
1313
check-ci:
@@ -106,38 +106,38 @@ jobs:
106106
MONGODB_VERSION: 5.0.3
107107
MONGODB_TOPOLOGY: replicaset
108108
MONGODB_STORAGE_ENGINE: wiredTiger
109-
NODE_VERSION: 14.18.0
109+
NODE_VERSION: 14.18.1
110110
- name: MongoDB 4.4, ReplicaSet, WiredTiger
111111
MONGODB_VERSION: 4.4.9
112112
MONGODB_TOPOLOGY: replicaset
113113
MONGODB_STORAGE_ENGINE: wiredTiger
114-
NODE_VERSION: 14.18.0
114+
NODE_VERSION: 14.18.1
115115
- name: MongoDB 4.2, ReplicaSet, WiredTiger
116116
MONGODB_VERSION: 4.2.17
117117
MONGODB_TOPOLOGY: replicaset
118118
MONGODB_STORAGE_ENGINE: wiredTiger
119-
NODE_VERSION: 14.18.0
119+
NODE_VERSION: 14.18.1
120120
- name: MongoDB 4.0, ReplicaSet, WiredTiger
121121
MONGODB_VERSION: 4.0.27
122122
MONGODB_TOPOLOGY: replicaset
123123
MONGODB_STORAGE_ENGINE: wiredTiger
124-
NODE_VERSION: 14.18.0
124+
NODE_VERSION: 14.18.1
125125
- name: MongoDB 4.0, Standalone, MMAPv1
126126
MONGODB_VERSION: 4.0.27
127127
MONGODB_TOPOLOGY: standalone
128128
MONGODB_STORAGE_ENGINE: mmapv1
129-
NODE_VERSION: 14.18.0
129+
NODE_VERSION: 14.18.1
130130
- name: Redis Cache
131131
PARSE_SERVER_TEST_CACHE: redis
132132
MONGODB_VERSION: 4.4.9
133133
MONGODB_TOPOLOGY: standalone
134134
MONGODB_STORAGE_ENGINE: wiredTiger
135-
NODE_VERSION: 14.18.0
135+
NODE_VERSION: 14.18.1
136136
- name: Node 12
137137
MONGODB_VERSION: 4.4.9
138138
MONGODB_TOPOLOGY: standalone
139139
MONGODB_STORAGE_ENGINE: wiredTiger
140-
NODE_VERSION: 12.22.6
140+
NODE_VERSION: 12.22.7
141141
- name: Node 15
142142
MONGODB_VERSION: 4.4.9
143143
MONGODB_TOPOLOGY: standalone
@@ -184,16 +184,16 @@ jobs:
184184
include:
185185
- name: PostgreSQL 11, PostGIS 3.0
186186
POSTGRES_IMAGE: postgis/postgis:11-3.0
187-
NODE_VERSION: 14.18.0
187+
NODE_VERSION: 14.18.1
188188
- name: PostgreSQL 11, PostGIS 3.1
189189
POSTGRES_IMAGE: postgis/postgis:11-3.1
190-
NODE_VERSION: 14.18.0
190+
NODE_VERSION: 14.18.1
191191
- name: PostgreSQL 12, PostGIS 3.1
192192
POSTGRES_IMAGE: postgis/postgis:12-3.1
193-
NODE_VERSION: 14.18.0
193+
NODE_VERSION: 14.18.1
194194
- name: PostgreSQL 13, PostGIS 3.1
195195
POSTGRES_IMAGE: postgis/postgis:13-3.1
196-
NODE_VERSION: 14.18.0
196+
NODE_VERSION: 14.18.1
197197
fail-fast: false
198198
name: ${{ matrix.name }}
199199
timeout-minutes: 15

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ Parse Server is continuously tested with the most recent releases of Node.js to
114114

115115
| Version | Latest Version | End-of-Life Date | Compatibility |
116116
|------------|----------------|------------------|--------------------|
117-
| Node.js 12 | 12.22.6 | April 2022 | ✅ Fully compatible |
118-
| Node.js 14 | 14.18.0 | April 2023 | ✅ Fully compatible |
117+
| Node.js 12 | 12.22.7 | April 2022 | ✅ Fully compatible |
118+
| Node.js 14 | 14.18.1 | April 2023 | ✅ Fully compatible |
119119
| Node.js 15 | 15.14.0 | June 2021 | ✅ Fully compatible |
120120

121121
#### MongoDB

0 commit comments

Comments
 (0)