Skip to content

Create build.yml

Create build.yml #1

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: corepack enable
- run: pnpm install
- run: pnpm build
- uses: actions/upload-artifact@v4
with:
name: Armoe Home
path: dist