Merge pull request #361 from nextcloud/tests/noid/node-version

Use more recent node version for js building
pull/363/head v0.1.3
Maxence Lange 2019-01-21 14:28:37 -01:00 zatwierdzone przez GitHub
commit 0a500a29fa
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -70,7 +70,7 @@ pipeline:
matrix:
TESTS: syntax-php7.3
eslint:
image: nextcloudci/jsunit:jsunit-5
image: node:lts-alpine
commands:
- npm install
- npm run lint
@ -78,7 +78,7 @@ pipeline:
matrix:
TESTS: eslint
vue-build:
image: nextcloudci/jsunit:jsunit-5
image: node:lts-alpine
commands:
- npm install
- npm run build