Skip to content

Commit

Permalink
Fix the constructs dependency to a Node 14-compatible version
Browse files Browse the repository at this point in the history
The `constructs` package dropped support for Node 14.

Until we do the same, we need to require a version compatible with Node 14.
  • Loading branch information
mnapoli authored May 16, 2023
1 parent e309970 commit 8d47069
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 @@ -10,7 +10,7 @@
"chalk": "^4.1.1",
"change-case": "^4.1.2",
"cidr-split": "^0.1.2",
"constructs": "^10.0.127",
"constructs": "10.2.20",
"inquirer": "^7.3.3",
"js-yaml": "^3.14.1",
"lodash": "^4.17.21",
Expand Down

0 comments on commit 8d47069

Please sign in to comment.