Skip to content

Commit

Permalink
Merge pull request #13 from PCOffline/main
Browse files Browse the repository at this point in the history
docs(readme): add supported nodejs version
  • Loading branch information
4kimov authored Nov 26, 2023
2 parents 877b8e6 + b7089ae commit 28a8b6b
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 @@ -81,4 +81,4 @@ const numbers = sqids.decode(id) // [1, 2, 3]

## 📝 License

[MIT](LICENSE)
[MIT](LICENSE)
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
"maintained node versions",
"not dead"
],
"engines": {
"node": ">=18"
},
"devDependencies": {
"@niieani/scaffold": "^1.7.8",
"nodemark": "^0.3.0",
Expand Down

0 comments on commit 28a8b6b

Please sign in to comment.