Skip to content

Bump cipher-base from 1.0.4 to 1.0.6 #90

Bump cipher-base from 1.0.4 to 1.0.6

Bump cipher-base from 1.0.4 to 1.0.6 #90

Workflow file for this run

name: Components
on: push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
- name: Install Packages
run: yarn install
- name: Build Components
run: yarn build-components
- name: Build Test React App
run: yarn react-build
- name: Build Styleguide
run: yarn build-styleguide