Skip to content

Commit

Permalink
Update full-stack-tests.yml
Browse files Browse the repository at this point in the history
add
  • Loading branch information
jipsonminibhavan authored Jan 23, 2024
1 parent a2ba702 commit 61a3e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full-stack-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
mongodb-version: ['4.2', '4.4', '5.0', '6.0']
node-version: [18.17.1]
mongodb-version: ['7.0.2']
services:
mongodb:
image: mongo:${{ matrix.mongodb-version }}
Expand Down

0 comments on commit 61a3e91

Please sign in to comment.