File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
- name : Node 20
106
106
NODE_VERSION : 20.18.0
107
107
- name : Node 22
108
- NODE_VERSION : 22.9 .0
108
+ NODE_VERSION : 22.12 .0
109
109
fail-fast : false
110
110
name : ${{ matrix.name }}
111
111
timeout-minutes : 15
Original file line number Diff line number Diff line change 6
6
[ ![ 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 )
7
7
[ ![ Snyk Badge] ( https://snyk.io/test/github/parse-community/parse-dashboard/badge.svg )] ( https://snyk.io/test/github/parse-community/parse-dashboard )
8
8
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/ )
10
10
[ ![ auto-release] ( https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg )] ( https://github.com/parse-community/parse-dashboard/releases )
11
11
12
12
[ ![ npm latest version] ( https://img.shields.io/npm/v/parse-dashboard/latest.svg )] ( https://www.npmjs.com/package/parse-dashboard )
Original file line number Diff line number Diff line change 139
139
"parse-dashboard" : " ./bin/parse-dashboard"
140
140
},
141
141
"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 "
143
143
},
144
144
"main" : " Parse-Dashboard/app.js" ,
145
145
"jest" : {
You can’t perform that action at this time.
0 commit comments