Skip to content

Commit

Permalink
fix: support higher versions of node 18 (#774)
Browse files Browse the repository at this point in the history
My laptop uses 18.16 now and wasn't able to run `npm i`.
  • Loading branch information
mvadari authored Jul 10, 2023
1 parent 14e2709 commit 8112790
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 @@ -151,7 +151,7 @@
],
"prettier": "@xrplf/prettier-config",
"engines": {
"node": ">=18.0.0 <18.13.0",
"node": ">=18.0.0 <19",
"npm": ">=7.14.0 <10.0.0"
}
}

0 comments on commit 8112790

Please sign in to comment.