diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6939d2c43..4eafe0947 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: NODE_VERSION: 16.18.1 - name: Node 18 NODE_VERSION: 18.12.1 + - name: Node 19 + NODE_VERSION: 19.3.0 fail-fast: false steps: - name: Fix usage of insecure GitHub protocol diff --git a/README.md b/README.md index 239652a78..c46e7542f 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,9 @@ Parse JS SDK is continuously tested with the most recent releases of Node.js to | Version | Latest Version | End-of-Life | Compatible | |------------|----------------|-------------|------------| | Node.js 14 | 14.19.1 | April 2023 | ✅ Yes | +| Node.js 16 | 16.19.0 | September 2023 | ✅ Yes | +| Node.js 18 | 18.12.1 | April 2025 | ✅ Yes | +| Node.js 19 | 19.3.0 | June 2023 | ✅ Yes | ## Upgrading to Parse SDK 2.0.0