Upgrade to NodeJS 12

Update javascript deps to latest version.
Rebuild assets

- Keep `stylehint` in a lower version because starting at v9.0.0 it generates too much errors. We might fix them later.
- Don't touch `materialize-css` to avoid too much side effect. We might update it later (to 1.0.0).
This commit is contained in:
Jeremy Benoist
2020-08-25 12:22:29 +02:00
parent 092cab5695
commit dce3c84c9c
20 changed files with 3824 additions and 3157 deletions

View File

@ -26,9 +26,6 @@ php:
- 7.3
- 7.4
node_js:
- "5"
env:
- DB=mysql
- DB=pgsql
@ -56,7 +53,7 @@ before_install:
- yes | pecl install imagick
install:
- if [[ $ASSETS = build ]]; then source ~/.nvm/nvm.sh && nvm install 6.10; fi;
- if [[ $ASSETS = build ]]; then source ~/.nvm/nvm.sh && nvm install 12; fi;
- if [[ $ASSETS = build ]]; then npm install -g yarn@latest; fi;
- if [[ $ASSETS = build ]]; then yarn install; fi;
- composer install -o --no-interaction --no-progress --prefer-dist --no-suggest