Skip to content

Bump @types/node-red__runtime from 1.3.7 to 1.3.8 #100

Bump @types/node-red__runtime from 1.3.7 to 1.3.8

Bump @types/node-red__runtime from 1.3.7 to 1.3.8 #100

Workflow file for this run

name: compile
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
- name: compile
run: |
npm ci
npm run build --if-present