Skip to:
Content

bbPress.org

Changeset 7107


Ignore:
Timestamp:
06/08/2020 02:45:23 AM (5 years ago)
Author:
netweb
Message:

Build Tools: Update Node.js and npm required versions

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r7043 r7107  
    7272    # setup NodeJS version using NVM
    7373    - node --version
    74     - nvm install 8
     74    - nvm install 12
    7575    - node --version
    7676    - npm install -g grunt-cli
  • trunk/package.json

    r7103 r7107  
    3333    },
    3434    "engines": {
    35         "node": ">=6.9.1"
     35        "node": ">=12.0.0",
     36        "npm": ">=6.9.0"
    3637    },
    3738    "keywords": [
Note: See TracChangeset for help on using the changeset viewer.