Skip to content

Commit

Permalink
fixes node range in canon-core package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Feb 15, 2023
1 parent 467b980 commit 9726127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/Datawheel/canon#readme",
"engines": {
"node": "^12.0.1"
"node": ">=12.0.0 <16.0.0"
},
"dependencies": {
"@babel/core": "^7.11.6",
Expand Down

0 comments on commit 9726127

Please sign in to comment.