Skip to content

Commit 3a2afda

Browse files
authored
bump node version (#7441)
1 parent 1069519 commit 3a2afda

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Diff for: .github/workflows/ci.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- '**'
99
env:
10-
NODE_VERSION: 14.17.0
10+
NODE_VERSION: 14.17.1
1111
PARSE_SERVER_TEST_TIMEOUT: 20000
1212
jobs:
1313
check-ci:
@@ -97,28 +97,28 @@ jobs:
9797
MONGODB_VERSION: 4.4.6
9898
MONGODB_TOPOLOGY: replicaset
9999
MONGODB_STORAGE_ENGINE: wiredTiger
100-
NODE_VERSION: 14.17.0
100+
NODE_VERSION: 14.17.1
101101
- name: MongoDB 4.2, ReplicaSet, WiredTiger
102102
MONGODB_VERSION: 4.2.14
103103
MONGODB_TOPOLOGY: replicaset
104104
MONGODB_STORAGE_ENGINE: wiredTiger
105-
NODE_VERSION: 14.17.0
105+
NODE_VERSION: 14.17.1
106106
- name: MongoDB 4.0, ReplicaSet, WiredTiger
107107
MONGODB_VERSION: 4.0.25
108108
MONGODB_TOPOLOGY: replicaset
109109
MONGODB_STORAGE_ENGINE: wiredTiger
110-
NODE_VERSION: 14.17.0
110+
NODE_VERSION: 14.17.1
111111
- name: MongoDB 4.0, Standalone, MMAPv1
112112
MONGODB_VERSION: 4.0.25
113113
MONGODB_TOPOLOGY: standalone
114114
MONGODB_STORAGE_ENGINE: mmapv1
115-
NODE_VERSION: 14.17.0
115+
NODE_VERSION: 14.17.1
116116
- name: Redis Cache
117117
PARSE_SERVER_TEST_CACHE: redis
118118
MONGODB_VERSION: 4.4.6
119119
MONGODB_TOPOLOGY: standalone
120120
MONGODB_STORAGE_ENGINE: wiredTiger
121-
NODE_VERSION: 14.17.0
121+
NODE_VERSION: 14.17.1
122122
- name: Node 12
123123
MONGODB_VERSION: 4.4.6
124124
MONGODB_TOPOLOGY: standalone
@@ -170,16 +170,16 @@ jobs:
170170
include:
171171
- name: PostgreSQL 11, PostGIS 3.0
172172
POSTGRES_IMAGE: postgis/postgis:11-3.0
173-
NODE_VERSION: 14.17.0
173+
NODE_VERSION: 14.17.1
174174
- name: PostgreSQL 11, PostGIS 3.1
175175
POSTGRES_IMAGE: postgis/postgis:11-3.1
176-
NODE_VERSION: 14.17.0
176+
NODE_VERSION: 14.17.1
177177
- name: PostgreSQL 12, PostGIS 3.1
178178
POSTGRES_IMAGE: postgis/postgis:12-3.1
179-
NODE_VERSION: 14.17.0
179+
NODE_VERSION: 14.17.1
180180
- name: PostgreSQL 13, PostGIS 3.1
181181
POSTGRES_IMAGE: postgis/postgis:13-3.1
182-
NODE_VERSION: 14.17.0
182+
NODE_VERSION: 14.17.1
183183
fail-fast: false
184184
name: ${{ matrix.name }}
185185
timeout-minutes: 15

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Parse Server is continuously tested with the most recent releases of Node.js to
115115
| Version | Latest Version | End-of-Life Date | Compatibility |
116116
|------------|----------------|------------------|--------------------|
117117
| Node.js 12 | 12.22.1 | April 2022 | ✅ Fully compatible |
118-
| Node.js 14 | 14.17.0 | April 2023 | ✅ Fully compatible |
118+
| Node.js 14 | 14.17.1 | April 2023 | ✅ Fully compatible |
119119
| Node.js 15 | 15.14.0 | June 2021 | ✅ Fully compatible |
120120

121121
#### MongoDB

0 commit comments

Comments
 (0)