Skip to content

feat: Migrate web lib to 3.0 #87

feat: Migrate web lib to 3.0

feat: Migrate web lib to 3.0 #87

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test-build:
name: Test Build
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install project dependencies
run: yarn --prefer-offline
- name: Build project
run: yarn build