Changeset 49279
- Timestamp:
- 10/22/2020 05:32:21 PM (5 years ago)
- Location:
- branches/5.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3/.nvmrc
r43309 r49279 1 lts/* 1 12.19.0 -
branches/5.3/.travis.yml
r46615 r49279 74 74 - npm --version 75 75 - node --version 76 - nvm install 10.13.076 - nvm install 77 77 - | 78 78 if [[ "$NPM_INSTALL" == "true" ]]; then -
branches/5.3/package.json
r47990 r49279 8 8 }, 9 9 "engines": { 10 "node": "1 0.13.0",11 "npm": "6.1 .0"10 "node": "12.19.0", 11 "npm": "6.14.8" 12 12 }, 13 13 "author": "The WordPress Contributors",
Note: See TracChangeset
for help on using the changeset viewer.