Skip to content

Commit

Permalink
chore: drop support for Node 16 (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabnguess authored Nov 6, 2023
1 parent 54790b8 commit 6ca4fac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Project created to generate periodic security reports (HTML and PDF formats). It

## Requirements

- [Node.js](https://nodejs.org/en/) v16 or higher.
- [Node.js](https://nodejs.org/en/) v18 or higher.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"pkg-ok": "^3.0.0"
},
"engines": {
"node": ">=16"
"node": ">=18"
}
}

0 comments on commit 6ca4fac

Please sign in to comment.