Skip to content

Commit

Permalink
fix: increase required Node engine version to >=14.20.1; this is a …
Browse files Browse the repository at this point in the history
…breaking change, but will be published as a patch version because the change should have been done with the release of `5.0.0-alpha.1` which has just been released (#2281)
  • Loading branch information
mtrezza committed Sep 27, 2022
1 parent 443e925 commit 50de52b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"parse-dashboard": "./bin/parse-dashboard"
},
"engines": {
"node": ">=14.0.0"
"node": ">=14.20.1"
},
"main": "Parse-Dashboard/app.js",
"jest": {
Expand Down

0 comments on commit 50de52b

Please sign in to comment.