Make WordPress Core

Changeset 50186


Ignore:
Timestamp:
02/05/2021 02:49:10 AM (6 years ago)
Author:
desrosj
Message:

Build/Test Tools: Specify a version range within engines for node and npm.

This makes it more clear what versions of node and npm will successfully build WordPress.

Props dd32, mkaz.
Merges [50185] to the 5.6 branch.
Fixes #52455. See #51749.

Location:
branches/5.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.6

  • branches/5.6/package.json

    r50184 r50186  
    88        },
    99        "engines": {
    10                 "node": "14.15.0",
    11                 "npm": "6.14.8"
     10                "node": ">=14.15.0",
     11                "npm": ">=6.14.8"
    1212        },
    1313        "author": "The WordPress Contributors",
Note: See TracChangeset for help on using the changeset viewer.