diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53e5901987..a029f0f5a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,9 +112,9 @@ jobs: matrix: include: - name: Node 12 - NODE_VERSION: 12.22.9 + NODE_VERSION: 12.22.10 - name: Node 14 - NODE_VERSION: 14.18.3 + NODE_VERSION: 14.19.0 - name: Node 16 NODE_VERSION: 16.10.0 fail-fast: false diff --git a/README.md b/README.md index 8f9eef5ecb..acbd9cc383 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,8 @@ Parse Dashboard is continuously tested with the most recent releases of Node.js | Version | Latest Version | End-of-Life | Compatible | |------------|----------------|-------------|--------------| -| Node.js 12 | 12.22.9 | April 2022 | ✅ Yes | -| Node.js 14 | 14.18.3 | April 2023 | ✅ Yes | +| Node.js 12 | 12.22.10 | April 2022 | ✅ Yes | +| Node.js 14 | 14.19.0 | April 2023 | ✅ Yes | | Node.js 16 | 16.10.0 | April 2024 | ✅ Yes | | Node.js 17 | 17.x | June 2022 | ❌ Not tested |