Skip to content

Commit

Permalink
feat: Upgrade to parse-server 7.2.0 (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 12, 2024
1 parent bb6218d commit 49ac7b5
Show file tree
Hide file tree
Showing 4 changed files with 4,275 additions and 1,703 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,18 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [18, 20, 22]
fail-fast: false
name: Test Node ${{ matrix.node-version }}
steps:
- name: Fix usage of insecure GitHub protocol
run: sudo git config --system url."https://github".insteadOf "git://github"
- name: Fix git protocol for Node 14
if: ${{ startsWith(matrix.node-version, '14') }}
run: sudo git config --system url."https://github".insteadOf "ssh://git@github"
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install Dependancies
run: npm install
- name: Check Linting
Expand Down
Loading

0 comments on commit 49ac7b5

Please sign in to comment.