Skip to content

Commit

Permalink
Set engines.node to '>=18' for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
eliangcs committed Oct 11, 2024
1 parent 508ec33 commit 7b49fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"/oclif.manifest.json"
],
"engines": {
"node": ">=16"
"node": ">=18"
},
"scripts": {
"docs": "ZAPIER_BASE_ENDPOINT='' node scripts/docs.js && cp -r docs ../..",
Expand Down

0 comments on commit 7b49fe0

Please sign in to comment.