Skip to content

Commit

Permalink
Use npm v6 is the minimum required version (#6629)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb authored and pento committed May 9, 2018
1 parent 268b871 commit 39b420f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ cache:

before_install:
- nvm install && nvm use
- npm install npm -g

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
"npm": ">=6.0.0"
},
"dependencies": {
"@wordpress/a11y": "1.0.6",
Expand Down

0 comments on commit 39b420f

Please sign in to comment.