Skip to content

docs(node-red): examples #40

docs(node-red): examples

docs(node-red): examples #40

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2.3.4
- name: Setup Node.js ${{ matrix.node-version }} environment
uses: actions/setup-node@v2.1.2
with:
node-version: ${{ matrix.node-version }}
- name: yarn, lint, build
run: |
yarn
yarn lint
yarn build