diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 1bf7aea..69679ed 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, windows-latest ] - node-version: [ 16.x, 18.x, 20.x ] + node-version: [ 18.x, 20.x ] steps: - name: Code Checkout 🛎️ uses: actions/checkout@v3 @@ -33,7 +33,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, windows-latest ] - node-version: [ 16.x, 20.x ] + node-version: [ 18.x, 20.x ] steps: - name: Code Checkout 🛎️ uses: actions/checkout@v3 diff --git a/package.json b/package.json index 1701994..e50b5a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "monguito", - "version": "2.10.1", - "description": "Small generic and polymorphic MongoDB repository implementation for Node.js apps.", + "version": "2.11.0", + "description": "MongoDB Abstract Repository implementation for Node.js", "author": { "name": "Josu Martinez", "email": "josu.martinez@gmail.com"