From b938517860b9adb033d4ff1302f9119888839757 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Tue, 16 Jan 2018 06:35:22 +0000 Subject: [PATCH] Build: Bump the version of node used on Travis to match WordPress.org. Props netweb, dd32. See #35105 git-svn-id: https://develop.svn.wordpress.org/trunk@42464 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 021345549c..e939cbab26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -83,7 +83,7 @@ before_script: fi - npm --version - node --version -- nvm install 6.9.1 +- nvm install 8.9.3 - npm install -g grunt-cli - npm install - npm prune