Skip to content

Commit

Permalink
feat(deps): support node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed May 8, 2021
1 parent bca8d1d commit 5397e39
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 @@ -15,7 +15,7 @@
"test": "yarn build && export NODE_OPTIONS='--experimental-vm-modules' && jest ."
},
"engines": {
"node": "> 10"
"node": ">= 10"
},
"jest": {
"transform": {},
Expand Down

0 comments on commit 5397e39

Please sign in to comment.