Skip to content

build(deps): bump cookie, socket.io and express in /WebSocketAPI #399

build(deps): bump cookie, socket.io and express in /WebSocketAPI

build(deps): bump cookie, socket.io and express in /WebSocketAPI #399

Workflow file for this run

name: Build WebUI
on:
- push
- pull_request
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
working-directory: ./ReactUI
run: pnpm install
- name: Build
working-directory: ./ReactUI
run: pnpm run build