From 8ed0faba400642571ff90b9645a6e4fcef16c475 Mon Sep 17 00:00:00 2001 From: dblythy Date: Thu, 29 Dec 2022 11:48:12 +1100 Subject: [PATCH 1/3] feat: Add node 19 support --- .github/workflows/ci.yml | 2 ++ README.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6939d2c43..b69527f31 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.1 fail-fast: false steps: - name: Fix usage of insecure GitHub protocol diff --git a/README.md b/README.md index b32df4537..44c9a9474 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 From ba07e51f677bb1642bcb243fe3c76ccd8054eae5 Mon Sep 17 00:00:00 2001 From: dblythy Date: Thu, 29 Dec 2022 11:59:22 +1100 Subject: [PATCH 2/3] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b69527f31..6dccc1984 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Node 18 NODE_VERSION: 18.12.1 - name: Node 19 - NODE_VERSION: 19.3.1 + NODE_VERSION: 19 fail-fast: false steps: - name: Fix usage of insecure GitHub protocol From 1f81573899045551b86630f1828b588ace6a03f6 Mon Sep 17 00:00:00 2001 From: dblythy Date: Thu, 29 Dec 2022 12:01:33 +1100 Subject: [PATCH 3/3] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dccc1984..4eafe0947 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Node 18 NODE_VERSION: 18.12.1 - name: Node 19 - NODE_VERSION: 19 + NODE_VERSION: 19.3.0 fail-fast: false steps: - name: Fix usage of insecure GitHub protocol