Skip to content

feat: update token and group context/state to be easily updated & all… #127

feat: update token and group context/state to be easily updated & all…

feat: update token and group context/state to be easily updated & all… #127

Workflow file for this run

name: build-app
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '14'
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build