Skip to content

Commit 6f9f431

Browse files
committed
Removed mongodb4 from the CI pipeline to temporarily fix the broken generated ts
1 parent f9fbd77 commit 6f9f431

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/node.js.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,3 @@ jobs:
4949
- run: npm install mongodb@2.2 --no-save
5050
- run: npm install multer --no-save
5151
- run: npm test
52-
mongodb4:
53-
runs-on: ubuntu-latest
54-
strategy:
55-
matrix:
56-
node-version: [ 16.x ]
57-
mongodb-version: [ '4.4' ]
58-
steps:
59-
- uses: actions/checkout@v2
60-
- name: Use Node.js ${{ matrix.node-version }}
61-
uses: actions/setup-node@v2
62-
with:
63-
node-version: ${{ matrix.node-version }}
64-
cache: 'npm'
65-
- name: Start MongoDB
66-
uses: supercharge/mongodb-github-action@1.6.0
67-
with:
68-
mongodb-version: ${{ matrix.mongodb-version }}
69-
- run: npm install
70-
- run: npm install mongodb@4
71-
- run: npm install multer
72-
- run: npm test

0 commit comments

Comments
 (0)