Skip to content

build(deps-dev): bump ws from 7.5.9 to 7.5.10 in /playground-ui #62

build(deps-dev): bump ws from 7.5.9 to 7.5.10 in /playground-ui

build(deps-dev): bump ws from 7.5.9 to 7.5.10 in /playground-ui #62

Workflow file for this run

name: Build UI
on:
push:
paths:
- "playground-ui/**"
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.4.0]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install & Build playgound
run: |
cd playground-ui
npm install
npm run build