From 174ea3ec852f96b914d27a8a67e2ef72f6440384 Mon Sep 17 00:00:00 2001 From: mtrezza Date: Tue, 8 Feb 2022 01:03:15 +0000 Subject: [PATCH 1/2] ci: bump environment From fdf5eb2c0d511ccf28af54a72bf081ec283046d5 Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Wed, 9 Feb 2022 19:16:20 +0100 Subject: [PATCH 2/2] bump node --- .github/workflows/ci.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 |