Skip to content

Commit

Permalink
Dropped support for node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
devconcept committed Nov 26, 2023
1 parent 20bb9df commit c257c16
Show file tree
Hide file tree
Showing 3 changed files with 11,427 additions and 1,826 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14.x, 16.x ]
node-version: [ 16.x, 18.x ]
mongodb-version: [ '6.0' ]
steps:
- uses: actions/checkout@v3
Expand All @@ -28,25 +28,3 @@ jobs:
- run: npm install multer --no-save
- run: npm install mongodb --no-save
- run: npm test
latest-node:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18.x ]
mongodb-version: [ '6.0' ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: ${{ matrix.mongodb-version }}
- run: npm install
- run: npm install multer --no-save
- run: npm install mongodb --no-save
- run: npm ci
- run: npm test
Loading

0 comments on commit c257c16

Please sign in to comment.