Update Node and npm versions in CI builds
This commit is contained in:
parent
7351086a98
commit
5b712d6054
@ -4,9 +4,9 @@ php:
|
|||||||
- '7.0'
|
- '7.0'
|
||||||
- '7.1'
|
- '7.1'
|
||||||
before_script:
|
before_script:
|
||||||
- nvm install 4
|
- nvm install 7
|
||||||
- nvm use 4
|
- nvm use 7
|
||||||
- npm i -g npm@4
|
- npm i -g npm@5
|
||||||
- npm i -g gulp
|
- npm i -g gulp
|
||||||
- npm i
|
- npm i
|
||||||
- touch tests.db
|
- touch tests.db
|
||||||
|
Reference in New Issue
Block a user