Skip to content

Commit

Permalink
chore: update Node.js versions to v20 and v22 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabnguess authored Dec 23, 2024
1 parent 4b98402 commit 470d8cd
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 @@ -30,7 +30,7 @@ I personally created this project to analyze npm packages by various criteria (p

## Requirements

- [Node.js](https://nodejs.org/en/) v18 or higher
- [Node.js](https://nodejs.org/en/) v20 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 @@ -6,7 +6,7 @@
"types": "./dist/index.d.ts",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"bin": {
"nsf": "./dist/bin/index.js"
Expand Down

0 comments on commit 470d8cd

Please sign in to comment.