Skip to content

Commit

Permalink
fix(node): bump minimum node version to v16
Browse files Browse the repository at this point in the history
Prisma bumped this so we need to as well
https://github.com/prisma/prisma/blob/main/package.json
  • Loading branch information
RobertCraigie committed Mar 8, 2024
1 parent 64212ac commit f9863cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prisma/cli/_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Target = Literal['node', 'npm']

# taken from https://github.com/prisma/prisma/blob/main/package.json
MIN_NODE_VERSION = (14, 17)
MIN_NODE_VERSION = (16, 13)

# mapped the node version above from https://nodejs.org/en/download/releases/
MIN_NPM_VERSION = (6, 14)
Expand Down

0 comments on commit f9863cd

Please sign in to comment.