Skip to content

update README.md / hacs.json #7

update README.md / hacs.json

update README.md / hacs.json #7

Workflow file for this run

name: Build
on: [workflow_dispatch, push]
defaults:
run:
working-directory: .
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
run_install: false
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm run build
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: expander-card
path: |
dist