Skip to content

Commit

Permalink
fix: support both 14 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
robertkowalski committed Oct 27, 2021
1 parent 974d518 commit ddd19e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spec/integration/doctor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"engines": {
"node": "16"
"node": "14 || 16"
},
"jest": {
"displayName": "integration",
Expand Down

0 comments on commit ddd19e2

Please sign in to comment.