Skip to content

Commit

Permalink
Merge pull request #361 from nextcloud/tests/noid/node-version
Browse files Browse the repository at this point in the history
Use more recent node version for js building
  • Loading branch information
ArtificialOwl committed Jan 21, 2019
2 parents 5676999 + 7b4ebfc commit 0a500a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ pipeline:
matrix:
TESTS: syntax-php7.3
eslint:
image: nextcloudci/jsunit:jsunit-5
image: node:lts-alpine
commands:
- npm install
- npm run lint
when:
matrix:
TESTS: eslint
vue-build:
image: nextcloudci/jsunit:jsunit-5
image: node:lts-alpine
commands:
- npm install
- npm run build
Expand Down

0 comments on commit 0a500a2

Please sign in to comment.