diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ca64fd872..600946d635 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index 969a658726..7f41abcae3 100644 --- a/README.md +++ b/README.md @@ -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