Skip to content

Commit 50de52b

Browse files
authored
fix: increase required Node engine version to >=14.20.1; this is a 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)
1 parent 443e925 commit 50de52b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
matrix:
113113
include:
114114
- name: Node 14
115-
NODE_VERSION: 14.20.0
115+
NODE_VERSION: 14.20.1
116116
- name: Node 16
117117
NODE_VERSION: 16.17.0
118118
- name: Node 18

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Parse Dashboard is continuously tested with the most recent releases of Node.js
102102

103103
| Version | Latest Version | End-of-Life | Compatible |
104104
|------------|----------------|-------------|--------------|
105-
| Node.js 14 | 14.20.0 | April 2023 | ✅ Yes |
105+
| Node.js 14 | 14.20.1 | April 2023 | ✅ Yes |
106106
| Node.js 16 | 16.17.0 | April 2024 | ✅ Yes |
107107
| Node.js 18 | 18.9.0 | May 2025 | ✅ Yes |
108108

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"parse-dashboard": "./bin/parse-dashboard"
138138
},
139139
"engines": {
140-
"node": ">=14.0.0"
140+
"node": ">=14.20.1"
141141
},
142142
"main": "Parse-Dashboard/app.js",
143143
"jest": {

0 commit comments

Comments
 (0)