Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
chore: drop support for Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
fabnguess committed Nov 5, 2023
1 parent e5e24f1 commit f7655cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Supported languages:
- english

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

## Getting Started

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"zup": "^0.0.1"
},
"type": "module",
"engines": {
"node": ">=18"
},
"dependencies": {
"cacache": "18.0.0",
"lodash.get": "^4.4.2"
Expand Down

0 comments on commit f7655cc

Please sign in to comment.