Skip to content

Commit

Permalink
try no mongodb action
Browse files Browse the repository at this point in the history
  • Loading branch information
hossenlopp committed Jan 14, 2025
1 parent b48a122 commit 4ba7282
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
node-version: [18.x]
mongodb-version: ["6.0"]
# mongodb-version: ["6.0"]

steps:
- uses: actions/checkout@v2
Expand All @@ -18,10 +18,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Use MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: ${{ matrix.mongodb-version }}
# - name: Use MongoDB
# uses: supercharge/[email protected]
# with:
# mongodb-version: ${{ matrix.mongodb-version }}

- name: Setup Dependencies
run: npm ci
Expand Down

0 comments on commit 4ba7282

Please sign in to comment.