Skip to content

Commit

Permalink
drop node 6 support for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresvic committed Jan 30, 2023
1 parent f83338e commit e653a27
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
strategy:
matrix:
#node-version: [12.x]
node-version: [6.x,8.x,10.x,12.x,14.x]
mongodb-version: [4.0, 4.2, 4.4]
node-version: [8.x,10.x,12.x,14.x]
mongodb-version: [4.0, 4.2, 4.4, 5.0, 6.0]

steps:
- name: Git checkout
Expand All @@ -35,7 +35,6 @@ jobs:
with:
mongodb-version: ${{ matrix.mongodb-version }}

- run: npm i -g npm
- run: npm install

- run: npm test

0 comments on commit e653a27

Please sign in to comment.