Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Oct 22, 2024
1 parent 3ff1bf8 commit d95d10e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ jobs:
strategy:
matrix:
include:
- name: Node.js 18
- name: Parse Server 7, Node.js 18
NODE_VERSION: 18.20.4
PARSE_SERVER_VERSION: 7
- name: Node.js 20
- name: Parse Server 7, Node.js 20
NODE_VERSION: 20.15.1
PARSE_SERVER_VERSION: 7
- name: Node.js 22
- name: Parse Server 7, Node.js 22
NODE_VERSION: 22.4.1
PARSE_SERVER_VERSION: 7
- name: Parse Server 6
NODE_VERSION: 16
NODE_VERSION: 18
PARSE_SERVER_VERSION: 6
fail-fast: false
name: ${{ matrix.name }}
Expand Down

0 comments on commit d95d10e

Please sign in to comment.