Skip to content

Commit

Permalink
Set node version to 12.x for Netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Cherewaty committed Jul 20, 2021
1 parent 664e988 commit 831fab4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
command = "yarn build"
publish = "public/"

[build.environment]
NODE_VERSION = "12"

[dev]
command = "yarn start"
publish = "public/"
Expand Down

0 comments on commit 831fab4

Please sign in to comment.