Skip to content

Commit

Permalink
feat(api): do not use node above 20
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Nov 23, 2023
1 parent 93cb7eb commit db6e9f4
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 @@ -19,7 +19,7 @@
]
},
"engines": {
"node": ">=18 <20",
"node": ">=18 <21",
"npm": ">=10"
},
"dependencies": {
Expand Down

0 comments on commit db6e9f4

Please sign in to comment.