diff --git a/.travis.yml b/.travis.yml index 39d61d6416..8fff17082c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -93,7 +93,7 @@ before_script: fi - npm --version - node --version -- nvm install 8.9.3 +- nvm install 10.13.0 - npm install -g grunt-cli - npm install - npm prune diff --git a/package.json b/package.json index a58807c054..1d333709ce 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://develop.svn.wordpress.org/trunk" }, "engines": { - "node": "8.9.3", + "node": "10.13.0", "npm": "6.1.0" }, "author": "The WordPress Contributors",