diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 000000000..bce43c253 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v12.13.0 diff --git a/.travis.yml b/.travis.yml index 6a0c4940e..f6d2a934e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ # Formatting set by travis CLI language: node_js -node_js: -- '10' sudo: false env: - TEST_SUITE=lint diff --git a/netlify.toml b/netlify.toml index a4b8708b9..b3c481894 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,10 +2,6 @@ publish = "dist" command = "npm run build" -[build.environment] - NODE_VERSION = "10" - NPM_VERSION = "6.4.1" - [[redirects]] from = "/hacktoberfest" to = "/?tags=hacktoberfest"