Build Tools: Switch to Node 10.13.0.

Now that Node 10 is the LTS branch, with 10.13.0 as the first LTS release, let's use that for building WordPress.

See #45241.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43853 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2018-11-01 02:01:04 +00:00
parent 7818e29cc5
commit 981c18c941
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,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

View File

@ -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",