Skip to content

Commit

Permalink
Specify node version in package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
  • Loading branch information
t3chguy committed Jul 9, 2024
1 parent 42f1ae1 commit d584dc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"package.json",
"contribute.json"
],
"engines": {
"node": ">=20.0.0"
},
"style": "bundle.css",
"matrix_i18n_extra_translation_funcs": [
"UserFriendlyError"
Expand Down

0 comments on commit d584dc0

Please sign in to comment.