#7008 closed defect (bug) (fixed)
Bump NodeJS LTS 4.x.x as the minimum supported NodeJS version
Reported by: | netweb | Owned by: | djpaul |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Cc: |
Description
Via #WP35105 Specify minimum node and npm version in package.json
WordPress will also be bumping to the 4.2.x LTS branch of NodeJS (ref)
This ticket adds NodeJS version 4.2.1
as the minimum supported NodeJS version per the initial 4.2.x LTS branch release announcement here, see also https://github.com/nodejs/LTS/blob/master/README.md
Various NPM packages already require greater than the default Travis CI installed version 0.10.32
:
node-sass
-"node": ">=0.10.40"
grunt-check-dependencies
-"node": ">=0.12.7 <0.13 || >=4.1.0"
postcss
-"node": ">=0.12
stylelint
-"node": ">=0.12
autoprefixer
-"node": ">=0.12
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Example Travis CI job using 7008.diff: https://travis-ci.org/ntwb/BuddyPress/jobs/122007969#L188