Skip to content

chore(deps-dev): bump @types/react from 18.0.25 to 18.2.29 in /web-ui #213

chore(deps-dev): bump @types/react from 18.0.25 to 18.2.29 in /web-ui

chore(deps-dev): bump @types/react from 18.0.25 to 18.2.29 in /web-ui #213

Workflow file for this run

name: quicksilverjs
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'latest'
- name: Run install for quicksilverjs
run: |
cd quicksilverjs
yarn install
- name: Build production bundle for quicksilverjs
run: |
cd quicksilverjs
yarn build