Skip to content

Commit

Permalink
fix: update pkg.engines.node (#193)
Browse files Browse the repository at this point in the history
node.js<16 should have been dropped in 38fbed3
  • Loading branch information
aladdin-add committed Apr 14, 2023
1 parent b0146bb commit c2992f8
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 @@ -40,7 +40,7 @@
"conf"
],
"engines": {
"node": "^14.18.0 || >=16.0.0"
"node": "^16.0.0 || >=18.0.0"
},
"dependencies": {
"@babel/core": "^7.20.5",
Expand Down

0 comments on commit c2992f8

Please sign in to comment.