Skip to content

Commit 365c5eb

Browse files
fix(ci): update mongodb-github-action from 1.8.0 to 1.12.1
The old version uses Docker client API 1.40 which is incompatible with the Docker daemon on current GitHub runners (minimum API version 1.44). This caused MongoDB to never start, resulting in ECONNREFUSED on all integration tests.
1 parent e5815d2 commit 365c5eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424
cache: 'npm'
2525
- name: Start Mongo ${{ matrix.mongodb-version }}
26-
uses: supercharge/mongodb-github-action@1.8.0
26+
uses: supercharge/mongodb-github-action@1.12.1
2727
with:
2828
mongodb-version: ${{ matrix.mongodb-version }}
2929
- name: Run tests

0 commit comments

Comments
 (0)