We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fbd77 commit 6f9f431Copy full SHA for 6f9f431
.github/workflows/node.js.yml
@@ -49,24 +49,3 @@ jobs:
49
- run: npm install mongodb@2.2 --no-save
50
- run: npm install multer --no-save
51
- 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
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