Skip to content

Commit

Permalink
Merge pull request #224 from thematters/fix/ci-build
Browse files Browse the repository at this point in the history
Update CI node version to fix build step
  • Loading branch information
robertu7 authored Apr 20, 2019
2 parents 831e1ba + d8f61f8 commit 4b2abd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ name: default

steps:
- name: node modules
image: node:10.15.0
image: node:11.14.0
commands:
- npm install --no-progress --quiet --unsafe-perm > npm-install.log

- name: tslint
image: node:10.15.0
image: node:11.14.0
commands:
- npm run gen:clean # temperally clean
- npm run gen:type
- npm run lint
- npm run format:check

- name: test
image: node:10.15.0
image: node:11.14.0
environment:
CODECOV_TOKEN: f109cbf6-b6c7-4a08-ad03-981bc4cd1fe8
MATTERS_ENV: test
Expand All @@ -27,7 +27,7 @@ steps:
- codecov

- name: build
image: node:10.15.0
image: node:11.14.0
commands:
- npm run build

Expand Down

0 comments on commit 4b2abd6

Please sign in to comment.