Skip to content

build(deps-dev): bump flow-bin from 0.213.1 to 0.215.1 #66

build(deps-dev): bump flow-bin from 0.213.1 to 0.215.1

build(deps-dev): bump flow-bin from 0.213.1 to 0.215.1 #66

Workflow file for this run

name: Build
on:
push:
branches:
- '*/*'
pull_request:
jobs:
publish:
name: Build UI
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.7.0
with:
cache: 'npm'
node-version: '16'
- run: npm ci
- run: npm run build