Skip to content

build(deps): bump express from 4.18.2 to 4.19.2 in /example/webthing #27

build(deps): bump express from 4.18.2 to 4.19.2 in /example/webthing

build(deps): bump express from 4.18.2 to 4.19.2 in /example/webthing #27

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [
10,
11,
12,
14,
]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm install