Skip to content

Commit

Permalink
[cli] Build CLI with Node 10 as minimum requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Sep 25, 2020
1 parent 3212a34 commit 83cd50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@sanity/cli/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"node": "8"
"node": "10"
}
}
]
Expand Down

0 comments on commit 83cd50a

Please sign in to comment.