Skip to content

chore(deps): bump express from 4.18.1 to 4.19.2 in /homebridge-ui #136

chore(deps): bump express from 4.18.1 to 4.19.2 in /homebridge-ui

chore(deps): bump express from 4.18.1 to 4.19.2 in /homebridge-ui #136

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm ci, build, and test
run: |
npm ci
npm ci --prefix homebridge-ui
npm build
npm test
env:
CI: true