Skip to content

Commit

Permalink
Merge pull request #143 from Josuto/remove_node_16_from_deployment_pi…
Browse files Browse the repository at this point in the history
…peline

fix: remove Node 16 from deployment pipeline
  • Loading branch information
Josuto authored Oct 22, 2023
2 parents 37b407a + 0327b44 commit dedc130
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
Expand Down

0 comments on commit dedc130

Please sign in to comment.