Skip to content

Commit 034df6a

Browse files
authored
feat: Increase minimum required Node versions to 18.20.4, 20.18.0, 22.12.0 (#2694)
BREAKING CHANGE: Increases the minimum required Node versions to `18.20.4`, `20.18.0`, `22.12.0`.
1 parent ccb321e commit 034df6a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Node 20
106106
NODE_VERSION: 20.18.0
107107
- name: Node 22
108-
NODE_VERSION: 22.9.0
108+
NODE_VERSION: 22.12.0
109109
fail-fast: false
110110
name: ${{ matrix.name }}
111111
timeout-minutes: 15

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Build Status](https://github.com/parse-community/parse-dashboard/workflows/ci/badge.svg?branch=release)](https://github.com/parse-community/parse-dashboard/actions?query=workflow%3Aci+branch%3Arelease)
77
[![Snyk Badge](https://snyk.io/test/github/parse-community/parse-dashboard/badge.svg)](https://snyk.io/test/github/parse-community/parse-dashboard)
88

9-
[![Node Version](https://img.shields.io/badge/nodejs-18,_20-green.svg?logo=node.js&style=flat)](https://nodejs.org/)
9+
[![Node Version](https://img.shields.io/badge/nodejs-18,_20,_22-green.svg?logo=node.js&style=flat)](https://nodejs.org/)
1010
[![auto-release](https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg)](https://github.com/parse-community/parse-dashboard/releases)
1111

1212
[![npm latest version](https://img.shields.io/npm/v/parse-dashboard/latest.svg)](https://www.npmjs.com/package/parse-dashboard)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"parse-dashboard": "./bin/parse-dashboard"
140140
},
141141
"engines": {
142-
"node": ">=18.0.0 <21 || >=22.9.0 <23"
142+
"node": ">=18.20.4 <19.0.0 || >=20.18.0 <21.0.0 || >=22.12.0 <23.0.0"
143143
},
144144
"main": "Parse-Dashboard/app.js",
145145
"jest": {

0 commit comments

Comments
 (0)