Skip to content

Fix table substitution not work in node-red #30

Fix table substitution not work in node-red

Fix table substitution not work in node-red #30

Workflow file for this run

name: CI validation
on:
push:
branches: [ 'master' ]
pull_request:
branches: [ 'master' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Restore NPM dependencies
run: npm ci
- name: Test
run: npm test