Skip to content

Commit

Permalink
fix: raise node engine requirement to 14.18 (#832)
Browse files Browse the repository at this point in the history
closes #825
  • Loading branch information
rayzr522 committed Feb 14, 2023
1 parent 2ad00aa commit 49cde79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -88,6 +88,6 @@
}
},
"engines": {
"node": ">=14"
"node": ">=14.18"
}
}

0 comments on commit 49cde79

Please sign in to comment.