File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,11 @@ jobs:
112
112
matrix :
113
113
include :
114
114
- name : Node 18
115
- NODE_VERSION : 18.19.1
115
+ NODE_VERSION : 18.20.4
116
116
- 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
118
120
fail-fast : false
119
121
name : ${{ matrix.name }}
120
122
timeout-minutes : 15
Original file line number Diff line number Diff line change @@ -119,8 +119,9 @@ Parse Dashboard is continuously tested with the most recent releases of Node.js
119
119
120
120
| Version | Latest Version | End-of-Life | Compatible |
121
121
| ------------| ----------------| -------------| ------------|
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 |
124
125
125
126
## Configuring Parse Dashboard
126
127
You can’t perform that action at this time.
0 commit comments