use Node v12 for CI builds

This commit is contained in:
Stefan Kalscheuer 2020-09-09 09:45:14 +02:00
parent 790ef303bb
commit 7b57b59861

View File

@ -3,6 +3,8 @@ php:
- '7.2'
- '7.3'
- '7.4'
before_install:
- nvm install 12
before_script:
- composer install
- npm install