Skip to content

Commit 659c544

Browse files
ci: bump environment; add compatibility table to README (#2000)
1 parent 08f23f0 commit 659c544

File tree

2 files changed

+24
-7
lines changed

2 files changed

+24
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ jobs:
112112
matrix:
113113
include:
114114
- name: Node 12
115-
NODE_VERSION: 12.22.8
115+
NODE_VERSION: 12.22.9
116116
- name: Node 14
117-
NODE_VERSION: 14.18.2
117+
NODE_VERSION: 14.18.3
118118
- name: Node 16
119119
NODE_VERSION: 16.10.0
120120
fail-fast: false

README.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ Parse Dashboard is a standalone dashboard for managing your [Parse Server](https
2525
---
2626

2727
- [Getting Started](#getting-started)
28-
- [Local Installation](#local-installation)
28+
- [Compatibility](#compatibility)
29+
- [Parse Server](#parse-server)
30+
- [Node.js](#nodejs)
2931
- [Configuring Parse Dashboard](#configuring-parse-dashboard)
3032
- [File](#file)
3133
- [Environment variables](#environment-variables)
@@ -60,10 +62,6 @@ Parse Dashboard is a standalone dashboard for managing your [Parse Server](https
6062

6163
# Getting Started
6264

63-
[Node.js](https://nodejs.org) version >= 12 is required to run the dashboard. You also need to be using Parse Server version 2.1.4 or higher.
64-
65-
# Local Installation
66-
6765
Install the dashboard from `npm`.
6866

6967
```
@@ -90,6 +88,25 @@ After starting the dashboard, you can visit http://localhost:4040 in your browse
9088

9189
![Parse Dashboard](.github/dash-shot.png)
9290

91+
## Compatibility
92+
93+
### Parse Server
94+
Parse Dashboard is compatible with the following Parse Server versions.
95+
96+
| Parse Dashboard Version | Parse Server Version | Compatible |
97+
|-------------------------|----------------------|------------|
98+
| >=1.0 | >= 2.1.4 | ✅ Yes |
99+
100+
### Node.js
101+
Parse Dashboard is continuously tested with the most recent releases of Node.js to ensure compatibility. We follow the [Node.js Long Term Support plan](https://github.com/nodejs/Release) and only test against versions that are officially supported and have not reached their end-of-life date.
102+
103+
| Version | Latest Version | End-of-Life | Compatible |
104+
|------------|----------------|-------------|--------------|
105+
| Node.js 12 | 12.22.9 | April 2022 | ✅ Yes |
106+
| Node.js 14 | 14.18.3 | April 2023 | ✅ Yes |
107+
| Node.js 16 | 16.10.0 | April 2024 | ✅ Yes |
108+
| Node.js 17 | 17.x | June 2022 | ❌ Not tested |
109+
93110
## Configuring Parse Dashboard
94111

95112
### File

0 commit comments

Comments
 (0)