Skip to content

docs: cleanup old screenshot and feature list #9

docs: cleanup old screenshot and feature list

docs: cleanup old screenshot and feature list #9

Workflow file for this run

name: TEST BUILD
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: install packages
run: |
corepack enable
yarn set version stable
yarn install
- name: BUILD
run: yarn build