Skip to content

fix: update bump node-red from 4.0.5 to 4.0.6 #74

fix: update bump node-red from 4.0.5 to 4.0.6

fix: update bump node-red from 4.0.5 to 4.0.6 #74

Workflow file for this run

on:
pull_request:
push:
name: CI
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16.x
uses: actions/setup-node@v4
with:
node-version: 16.x
- run: npm ci
- run: npm run test