Skip to content

Commit

Permalink
chore: update required npm and node version for node-proto (#525)
Browse files Browse the repository at this point in the history
* update engine

* also set minimum node version instead of a fixed one
  • Loading branch information
michael-kleemann authored Feb 12, 2024
1 parent d04f5aa commit 66d4a65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions node-proto/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node-proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "T-Online API Repo",
"type": "commonjs",
"engines": {
"node": "18",
"npm": "9"
"node": ">=18",
"npm": ">=9"
},
"scripts": {
"build": "tsc -b",
Expand Down

0 comments on commit 66d4a65

Please sign in to comment.