Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

update forge makers config + some changes in the menu #5

update forge makers config + some changes in the menu

update forge makers config + some changes in the menu #5

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: yarn
- name: Build app
run: yarn run make