Skip to content

Commit

Permalink
fix: remove Node 16 from deployment pipeline
Browse files Browse the repository at this point in the history
lint-stage v15.x is a dev dependency that requires Node version >=18.12

Also update NPM package description
  • Loading branch information
Josuto committed Oct 22, 2023
1 parent cb4d271 commit 0327b44
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 0327b44

Please sign in to comment.