Skip to content

Bump mqtt from 5.10.1 to 5.10.2 #629

Bump mqtt from 5.10.1 to 5.10.2

Bump mqtt from 5.10.1 to 5.10.2 #629

Workflow file for this run

name: Build & Test
on:
push:
branches: [ "main" ]
paths-ignore:
- '.github/**'
pull_request:
branches: [ "main" ]
paths-ignore:
- '.github/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test