Skip to content

Commit

Permalink
feat: Add support for Node 22 (#2603)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Oct 7, 2024
1 parent 3beef24 commit 3689106
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,11 @@ jobs:
matrix:
include:
- name: Node 18
NODE_VERSION: 18.19.1
NODE_VERSION: 18.20.4
- name: Node 20
NODE_VERSION: 20.11.1
NODE_VERSION: 20.18.0
- name: Node 22
NODE_VERSION: 22.9.0
fail-fast: false
name: ${{ matrix.name }}
timeout-minutes: 15
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,9 @@ Parse Dashboard is continuously tested with the most recent releases of Node.js

| Version | Latest Version | End-of-Life | Compatible |
|------------|----------------|-------------|------------|
| Node.js 18 | 18.9.1 | May 2025 | ✅ Yes |
| Node.js 20 | 20.11.1 | April 2026 | ✅ Yes |
| Node.js 18 | 18.20.4 | May 2025 | ✅ Yes |
| Node.js 20 | 20.18.0 | April 2026 | ✅ Yes |
| Node.js 22 | 22.9.0 | April 2027 | ✅ Yes |

## Configuring Parse Dashboard

Expand Down

0 comments on commit 3689106

Please sign in to comment.