Skip to content

Commit

Permalink
Update test.yml node and mongodb version
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit authored Sep 8, 2023
1 parent e18ccba commit 8851a09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.13.0]
mongodb-version: [7.0.0]
node-version: [12]
mongodb-version: [4.1.6]

steps:
- name: Git checkout
Expand All @@ -22,7 +22,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm install --force
run: yarn

- name: Start MongoDB Replica Set
run: |
Expand All @@ -43,4 +43,4 @@ jobs:
node ./src/app.js
- name: Run tests
run: npm test
run: yarn test

0 comments on commit 8851a09

Please sign in to comment.