Skip to content

Commit

Permalink
fix: add missing node version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed Sep 6, 2024
1 parent 8fcc89c commit f1a540b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/create-pylon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"commander": "^12.1.0",
"consola": "^3.2.3",
"detect-package-manager": "^3.0.2"
},
"engines": {
"node": ">=18.0.0"
}
}

0 comments on commit f1a540b

Please sign in to comment.