diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09692e6150..7b1dee0b0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: matrix: include: - name: Node 14 - NODE_VERSION: 14.20.0 + NODE_VERSION: 14.20.1 - name: Node 16 NODE_VERSION: 16.17.0 - name: Node 18 diff --git a/README.md b/README.md index 87ffcd5e44..fe3353c05f 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Parse Dashboard is continuously tested with the most recent releases of Node.js | Version | Latest Version | End-of-Life | Compatible | |------------|----------------|-------------|--------------| -| Node.js 14 | 14.20.0 | April 2023 | ✅ Yes | +| Node.js 14 | 14.20.1 | April 2023 | ✅ Yes | | Node.js 16 | 16.17.0 | April 2024 | ✅ Yes | | Node.js 18 | 18.9.0 | May 2025 | ✅ Yes | diff --git a/package.json b/package.json index b3fdb38a02..f70693ae61 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "parse-dashboard": "./bin/parse-dashboard" }, "engines": { - "node": ">=14.0.0" + "node": ">=14.20.1" }, "main": "Parse-Dashboard/app.js", "jest": {