Skip to content

Commit

Permalink
build: set node engines to minimum of 10
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian authored and schnittstabil committed Sep 16, 2020
1 parent a46b98f commit b96c0c1
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 @@ -9,7 +9,7 @@
"email": "michael@schnittstabil.de"
},
"engines": {
"node": ">=12"
"node": ">=10"
},
"scripts": {
"test": "xo && nyc ava",
Expand Down

0 comments on commit b96c0c1

Please sign in to comment.