Skip to content

Commit

Permalink
Limit supported node.js version to ^18.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Oct 29, 2023
1 parent 81cd9c2 commit 910bde5
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 @@ -59,7 +59,7 @@
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\""
},
"engines": {
"node": "18 || 20 || 21"
"node": "^18.15 || 20 || 21"
},
"dependencies": {
"metacom": "^3.1.2",
Expand Down

0 comments on commit 910bde5

Please sign in to comment.