Skip to content

chore(deps): bump mqtt from 5.6.2 to 5.9.0 (#76) #145

chore(deps): bump mqtt from 5.6.2 to 5.9.0 (#76)

chore(deps): bump mqtt from 5.6.2 to 5.9.0 (#76) #145

Workflow file for this run

name: Node.js CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 19]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test