Skip to content

Commit

Permalink
Make kiwistand require node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed Jun 21, 2024
1 parent 1bf7c4b commit a58756a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ethereum"
],
"engines": {
"node": ">=19"
"node": ">=18.0.0 <19.0.0"
},
"author": "The Kiwi News Developers",
"license": "GPL-3.0-only",
Expand Down

0 comments on commit a58756a

Please sign in to comment.