Skip to content

Commit 381e9bf

Browse files
authored
bump node (#7487)
node 14.17.4 to 14.17.5 node 12.22.4 to 12.22.5
1 parent fda07aa commit 381e9bf

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/ci.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- '**'
99
env:
10-
NODE_VERSION: 14.17.4
10+
NODE_VERSION: 14.17.5
1111
PARSE_SERVER_TEST_TIMEOUT: 20000
1212
jobs:
1313
check-ci:
@@ -97,38 +97,38 @@ jobs:
9797
MONGODB_VERSION: 5.0.2
9898
MONGODB_TOPOLOGY: replicaset
9999
MONGODB_STORAGE_ENGINE: wiredTiger
100-
NODE_VERSION: 14.17.4
100+
NODE_VERSION: 14.17.5
101101
- name: MongoDB 4.4, ReplicaSet, WiredTiger
102102
MONGODB_VERSION: 4.4.8
103103
MONGODB_TOPOLOGY: replicaset
104104
MONGODB_STORAGE_ENGINE: wiredTiger
105-
NODE_VERSION: 14.17.4
105+
NODE_VERSION: 14.17.5
106106
- name: MongoDB 4.2, ReplicaSet, WiredTiger
107107
MONGODB_VERSION: 4.2.15
108108
MONGODB_TOPOLOGY: replicaset
109109
MONGODB_STORAGE_ENGINE: wiredTiger
110-
NODE_VERSION: 14.17.4
110+
NODE_VERSION: 14.17.5
111111
- name: MongoDB 4.0, ReplicaSet, WiredTiger
112112
MONGODB_VERSION: 4.0.25
113113
MONGODB_TOPOLOGY: replicaset
114114
MONGODB_STORAGE_ENGINE: wiredTiger
115-
NODE_VERSION: 14.17.4
115+
NODE_VERSION: 14.17.5
116116
- name: MongoDB 4.0, Standalone, MMAPv1
117117
MONGODB_VERSION: 4.0.25
118118
MONGODB_TOPOLOGY: standalone
119119
MONGODB_STORAGE_ENGINE: mmapv1
120-
NODE_VERSION: 14.17.4
120+
NODE_VERSION: 14.17.5
121121
- name: Redis Cache
122122
PARSE_SERVER_TEST_CACHE: redis
123123
MONGODB_VERSION: 4.4.8
124124
MONGODB_TOPOLOGY: standalone
125125
MONGODB_STORAGE_ENGINE: wiredTiger
126-
NODE_VERSION: 14.17.4
126+
NODE_VERSION: 14.17.5
127127
- name: Node 12
128128
MONGODB_VERSION: 4.4.8
129129
MONGODB_TOPOLOGY: standalone
130130
MONGODB_STORAGE_ENGINE: wiredTiger
131-
NODE_VERSION: 12.22.4
131+
NODE_VERSION: 12.22.5
132132
- name: Node 15
133133
MONGODB_VERSION: 4.4.8
134134
MONGODB_TOPOLOGY: standalone
@@ -175,16 +175,16 @@ jobs:
175175
include:
176176
- name: PostgreSQL 11, PostGIS 3.0
177177
POSTGRES_IMAGE: postgis/postgis:11-3.0
178-
NODE_VERSION: 14.17.4
178+
NODE_VERSION: 14.17.5
179179
- name: PostgreSQL 11, PostGIS 3.1
180180
POSTGRES_IMAGE: postgis/postgis:11-3.1
181-
NODE_VERSION: 14.17.4
181+
NODE_VERSION: 14.17.5
182182
- name: PostgreSQL 12, PostGIS 3.1
183183
POSTGRES_IMAGE: postgis/postgis:12-3.1
184-
NODE_VERSION: 14.17.4
184+
NODE_VERSION: 14.17.5
185185
- name: PostgreSQL 13, PostGIS 3.1
186186
POSTGRES_IMAGE: postgis/postgis:13-3.1
187-
NODE_VERSION: 14.17.4
187+
NODE_VERSION: 14.17.5
188188
fail-fast: false
189189
name: ${{ matrix.name }}
190190
timeout-minutes: 15

README.md

+2-2
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.4 | April 2022 | ✅ Fully compatible |
118-
| Node.js 14 | 14.17.4 | April 2023 | ✅ Fully compatible |
117+
| Node.js 12 | 12.22.5 | April 2022 | ✅ Fully compatible |
118+
| Node.js 14 | 14.17.5 | April 2023 | ✅ Fully compatible |
119119
| Node.js 15 | 15.14.0 | June 2021 | ✅ Fully compatible |
120120

121121
#### MongoDB

0 commit comments

Comments
 (0)