Skip to content

Commit 324f308

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/multi-beb4fde62d
2 parents e426767 + 333c9ec commit 324f308

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ jobs:
2525
strategy:
2626
matrix:
2727
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+
PARSE_SERVER_VERSION: 8
34+
- name: Parse Server 8, Node.js 22
35+
NODE_VERSION: 22.4.1
36+
PARSE_SERVER_VERSION: 8
2837
- name: Parse Server 7, Node.js 18
2938
NODE_VERSION: 18.20.4
3039
PARSE_SERVER_VERSION: 7

0 commit comments

Comments
 (0)