diff --git a/netlify.toml b/netlify.toml index 3942d448b..89ea66677 100644 --- a/netlify.toml +++ b/netlify.toml @@ -13,7 +13,7 @@ [build.environment] # If 'production', `yarn install` does not install devDependencies NODE_ENV = "development" - NODE_VERSION = "10.16.0" + NODE_VERSION = "12.13.0" YARN_VERSION = "1.22.0" RUBY_VERSION = "2.6.2" YARN_FLAGS = "--no-ignore-optional --pure-lockfile"