Make WordPress Core

Changeset 44219


Ignore:
Timestamp:
12/16/2018 01:42:24 AM (8 years ago)
Author:
jeremyfelt
Message:

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.

Merges [43853] from the 5.0 branch to trunk.

Props pento.
See #45241.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/.travis.yml

    r44167 r44219  
    9494- npm --version
    9595- node --version
    96 - nvm install 8.9.3
     96- nvm install 10.13.0
    9797- npm install -g grunt-cli
    9898- npm install
  • trunk/package.json

    r44182 r44219  
    88        },
    99        "engines": {
    10                 "node": "8.9.3",
     10                "node": "10.13.0",
    1111                "npm": "6.1.0"
    1212        },
Note: See TracChangeset for help on using the changeset viewer.