File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6
6
branches :
7
7
- ' **'
8
8
env :
9
- NODE_VERSION : 16.10 .0
9
+ NODE_VERSION : 16.17 .0
10
10
jobs :
11
11
check-ci :
12
12
name : Node Engine Check
17
17
- name : Use Node.js ${{ env.NODE_VERSION }}
18
18
uses : actions/setup-node@v1
19
19
with :
20
- node-version : ${{ env.node-version }}
20
+ node-version : ${{ env.NODE_VERSION }}
21
21
- name : Cache Node.js modules
22
22
uses : actions/cache@v2
23
23
with :
38
38
- name : Use Node.js ${{ env.NODE_VERSION }}
39
39
uses : actions/setup-node@v1
40
40
with :
41
- node-version : ${{ env.node-version }}
41
+ node-version : ${{ env.NODE_VERSION }}
42
42
- name : Cache Node.js modules
43
43
uses : actions/cache@v2
44
44
with :
58
58
- name : Use Node.js ${{ env.NODE_VERSION }}
59
59
uses : actions/setup-node@v1
60
60
with :
61
- node-version : ${{ env.node-version }}
61
+ node-version : ${{ env.NODE_VERSION }}
62
62
- name : Cache Node.js modules
63
63
uses : actions/cache@v2
64
64
with :
@@ -116,7 +116,7 @@ jobs:
116
116
- name : Node 14
117
117
NODE_VERSION : 14.19.2
118
118
- name : Node 16
119
- NODE_VERSION : 16.10 .0
119
+ NODE_VERSION : 16.17 .0
120
120
fail-fast : false
121
121
name : ${{ matrix.name }}
122
122
timeout-minutes : 15
Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ Parse Dashboard is continuously tested with the most recent releases of Node.js
102
102
103
103
| Version | Latest Version | End-of-Life | Compatible |
104
104
| ------------| ----------------| -------------| --------------|
105
- | Node.js 12 | 12.22.12 | April 2022 | ✅ Yes |
105
+ | Node.js 12 | 12.22.12 | April 2022 | ✅ Yes |
106
106
| Node.js 14 | 14.19.2 | April 2023 | ✅ Yes |
107
- | Node.js 16 | 16.10 .0 | April 2024 | ✅ Yes |
108
- | Node.js 17 | 17 .x | June 2022 | ❌ Not tested |
107
+ | Node.js 16 | 16.17 .0 | April 2024 | ✅ Yes |
108
+ | Node.js 18 | 18 .x | April 2025 | ❌ Not tested |
109
109
110
110
## Configuring Parse Dashboard
111
111
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ async function checkNodeVersions() {
28
28
'<12.0.0' , // These versions have reached their end-of-life support date
29
29
'>=13.0.0 <14.0.0' , // These versions have reached their end-of-life support date
30
30
'>=15.0.0 <16.0.0' , // These versions have reached their end-of-life support date
31
- '>=16 .0.0' // Parse Dashboard is currently not officially Node 16 compatible
31
+ '>=17 .0.0 <18.0.0' , // These versions have reached their end-of-life support date
32
32
] ,
33
33
} ) . check ( ) ;
34
34
}
You can’t perform that action at this time.
0 commit comments