Trying to run with specific node version
This commit is contained in:
parent
256d6f7808
commit
9c2034a439
|
@ -39,6 +39,8 @@ matrix:
|
|||
php: 7.4
|
||||
script:
|
||||
- composer require wp-cli/i18n-command
|
||||
- nvm install
|
||||
- npm install
|
||||
- npm run build
|
||||
- docker-compose up --build -d
|
||||
- bash tests/bin/run-e2e-CI.sh
|
||||
|
|
Loading…
Reference in New Issue