kopia lustrzana https://github.com/nextcloud/social
Merge pull request #361 from nextcloud/tests/noid/node-version
Use more recent node version for js buildingpull/363/head v0.1.3
commit
0a500a29fa
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue