Skip to content

Commit 3689106

Browse files
authored
feat: Add support for Node 22 (#2603)
1 parent 3beef24 commit 3689106

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,11 @@ jobs:
112112
matrix:
113113
include:
114114
- name: Node 18
115-
NODE_VERSION: 18.19.1
115+
NODE_VERSION: 18.20.4
116116
- name: Node 20
117-
NODE_VERSION: 20.11.1
117+
NODE_VERSION: 20.18.0
118+
- name: Node 22
119+
NODE_VERSION: 22.9.0
118120
fail-fast: false
119121
name: ${{ matrix.name }}
120122
timeout-minutes: 15

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,9 @@ Parse Dashboard is continuously tested with the most recent releases of Node.js
119119

120120
| Version | Latest Version | End-of-Life | Compatible |
121121
|------------|----------------|-------------|------------|
122-
| Node.js 18 | 18.9.1 | May 2025 | ✅ Yes |
123-
| Node.js 20 | 20.11.1 | April 2026 | ✅ Yes |
122+
| Node.js 18 | 18.20.4 | May 2025 | ✅ Yes |
123+
| Node.js 20 | 20.18.0 | April 2026 | ✅ Yes |
124+
| Node.js 22 | 22.9.0 | April 2027 | ✅ Yes |
124125

125126
## Configuring Parse Dashboard
126127

0 commit comments

Comments
 (0)