Skip to content

Commit

Permalink
Build: Upgrade to node 10 on netlify (#8967)
Browse files Browse the repository at this point in the history
Build: Upgrade to node 10 on netlify
  • Loading branch information
shilman committed Nov 27, 2019
2 parents 469bae6 + ed9b17c commit 92a9474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Expand Up @@ -2,6 +2,6 @@
publish = "docs/public"
command = "cd docs && yarn && yarn build && cd .."
[build.environment]
NODE_VERSION = "8"
YARN_VERSION = "1.3.2"
NODE_VERSION = "10"
YARN_VERSION = "1.19.1"
YARN_FLAGS = "--version"

0 comments on commit 92a9474

Please sign in to comment.