Skip to:
Content

BuddyPress.org

Changeset 12575


Ignore:
Timestamp:
03/25/2020 06:11:49 AM (6 years ago)
Author:
imath
Message:

Update the node version to use for BP Blocks

See #8048

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r12552 r12575  
    9696  - export PATH="$HOME/.composer/vendor/bin:$PATH"
    9797  - node --version
    98   - nvm install 6
     98  - nvm install 10.13.0
    9999  - node --version
    100100  - npm install -g grunt-cli
  • trunk/package.json

    r12573 r12575  
    3636    },
    3737    "engines": {
    38         "node": ">=6.9.1"
     38        "node": "10.13.0"
    3939    },
    4040    "scripts": {
Note: See TracChangeset for help on using the changeset viewer.