Skip to content

Commit

Permalink
Merge pull request #24 from JoshuaKGoldberg/node-14-support
Browse files Browse the repository at this point in the history
fix: support Node >=14, not >=18
  • Loading branch information
JoshuaKGoldberg authored Apr 11, 2023
2 parents 4b3db81 + 3a68d29 commit 922a748
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 @@ -84,6 +84,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
"node": ">=14"
}
}

0 comments on commit 922a748

Please sign in to comment.