Skip to content

Commit

Permalink
fix: allow using with nodejs 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Sep 28, 2023
1 parent d2aa842 commit ca2e1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"lint-staged": "./node_modules/.bin/lint-staged"
},
"engines": {
"node": "^14.18 || ^16.14 || ^18.0"
"node": "^14.18 || ^16.14 || >=18.0"
},
"files": [
"/dist",
Expand Down

0 comments on commit ca2e1bd

Please sign in to comment.