Skip to content

Commit

Permalink
Merge pull request #12 from KristjanESPERANTO/node-version
Browse files Browse the repository at this point in the history
Check node version
  • Loading branch information
KID-joker authored Oct 26, 2024
2 parents 2a3a207 + 5b9d29e commit 95b2b2d
Show file tree
Hide file tree
Showing 6 changed files with 187 additions and 129 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ npm install -g npm-deprecated-check
- Check the packages of current project, global or specified is deprecated.
- According to the version range of lockfile and package.json.
- Recommend alternative packages through OpenAI.
- Additionally checks if the running node version reached End Of Life.

## Usage

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"commander": "^7.2.0",
"fs-extra": "^9.1.0",
"node-fetch": "^2.7.0",
"node-releases": "^2.0.18",
"ora": "^5.4.1",
"semver": "^7.6.3"
},
Expand Down
Loading

0 comments on commit 95b2b2d

Please sign in to comment.