Update ci.yml

pull/51/head
Matthew Peveler 7 months ago committed by GitHub
parent 919877ac20
commit 413c271ea1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -25,11 +25,6 @@ jobs:
- name: Install dependencies
run: npm ci
if: matrix.node-version != '6.x'
- name: Install dependencies for Node 6.x
run: npm install
if: matrix.node-version == '6.x'
- name: Build
run: npm run build

Loading…
Cancel
Save