Skip to:
Content

bbPress.org

Changeset 5984


Ignore:
Timestamp:
03/18/2016 01:43:12 AM (8 years ago)
Author:
netweb
Message:

Build Tools: Add minimum NodeJS 4.2.x LTS version

This changeset sets the minimum required NodeJS version supported. This is required as various NPM modules now require a minimum version greater than the default v0.10.x currently in use.

See #2920.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r5961 r5984  
    2020# x.y mirrors the latest from the x.y branch
    2121env:
     22    - TRAVIS_NODE_VERSION="4"
    2223    - WP_VERSION=master
    2324    - WP_VERSION=4.4
  • trunk/package.json

    r5982 r5984  
    2424    "matchdep": "~1.0.1"
    2525  },
     26  "engines": {
     27    "node": ">=4.2.1"
     28  },
    2629  "keywords": [
    2730    "community",
Note: See TracChangeset for help on using the changeset viewer.