We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81eba8 commit 333c9ecCopy full SHA for 333c9ec
.github/workflows/ci.yml
@@ -25,6 +25,15 @@ jobs:
25
strategy:
26
matrix:
27
include:
28
+ - name: Parse Server 8, Node.js 18
29
+ NODE_VERSION: 18.20.4
30
+ PARSE_SERVER_VERSION: 8
31
+ - name: Parse Server 8, Node.js 20
32
+ NODE_VERSION: 20.15.1
33
34
+ - name: Parse Server 8, Node.js 22
35
+ NODE_VERSION: 22.4.1
36
37
- name: Parse Server 7, Node.js 18
38
NODE_VERSION: 18.20.4
39
PARSE_SERVER_VERSION: 7
0 commit comments